Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Oct 24, 2018
0 parents commit 23a96c8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
Binary file added failuregem-0.0.6.gem
Binary file not shown.
19 changes: 19 additions & 0 deletions failuregem.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Gem::Specification.new do |s|
s.name = 'failuregem'
s.version = '0.0.6'
s.date = '2018-10-24'
s.summary = "failuregem!"
s.description = "A simple Gem that includes everything you need to start with programming"
s.authors = ["Leon Vogt"]
s.email = '[email protected]'
s.files = ["lib/failuregem.rb"]

s.add_runtime_dependency 'bootstrap', '~> 4.1.3', '>= 4.1.3'
s.add_runtime_dependency 'jquery-rails', '~> 4.3', '>= 4.3.1'
s.add_runtime_dependency 'simple_form', '~> 4.0', '>= 4.0.1'
s.add_runtime_dependency 'paperclip', '~> 6.1', '>= 6.1'
s.add_runtime_dependency 'active_link_to', '~> 1.0', '>= 1.0.5'

s.homepage = 'http://rubygems.org/gems/failuregem'
s.license = 'MIT'
end
6 changes: 6 additions & 0 deletions lib/failuregem.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
require 'rubygems'
require 'bootstrap'
require 'jquery-rails'
require 'simple_form'
require 'paperclip'
require 'active_link_to'

0 comments on commit 23a96c8

Please sign in to comment.