Skip to content

Commit

Permalink
#19 Add Simple Form gem
Browse files Browse the repository at this point in the history
  • Loading branch information
marjinal1st committed Jan 15, 2014
1 parent 66f0b1b commit a0d9969
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
PATH
remote: .
specs:
kebapress (0.2.0)
kebapress (1.0.0)
haml (~> 4.0.2)
haml-rails
paperclip (~> 3.5.1)
rails (~> 4.0.0)
simple_form (~> 3.0.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -42,7 +43,7 @@ GEM
cocaine (0.5.3)
climate_control (>= 0.0.3, < 1.0)
erubis (2.7.0)
haml (4.0.4)
haml (4.0.5)
tilt
haml-rails (0.5.3)
actionpack (>= 4.0.1)
Expand All @@ -56,7 +57,7 @@ GEM
treetop (~> 1.4.8)
mime-types (1.25.1)
minitest (4.7.5)
multi_json (1.8.2)
multi_json (1.8.4)
paperclip (3.5.2)
activemodel (>= 3.0.0)
activesupport (>= 3.0.0)
Expand All @@ -80,6 +81,9 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.1.1)
simple_form (3.0.1)
actionpack (>= 4.0.0, < 4.1)
activemodel (>= 4.0.0, < 4.1)
sprockets (2.10.1)
hike (~> 1.2)
multi_json (~> 1.0)
Expand Down
1 change: 1 addition & 0 deletions kebapress.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |s|
s.add_dependency 'haml', '~> 4.0.2'
s.add_dependency 'haml-rails'
s.add_dependency 'paperclip', '~> 3.5.1'
s.add_dependency 'simple_form', '~> 3.0.1'

s.add_development_dependency 'sqlite3'
end
1 change: 1 addition & 0 deletions lib/kebapress.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'kebapress/engine'
require 'haml'
require 'paperclip'
require 'simple_form'

module Kebapress
end

0 comments on commit a0d9969

Please sign in to comment.