Skip to content

Commit

Permalink
Adds jeweler
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowmaru committed Jun 20, 2013
1 parent 308fc3a commit 65c166e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ group :test do
gem 'activesupport', '>= 2.3', :require => "active_support"
gem 'actionpack', '>= 2.3', :require => "action_controller"
gem 'rake'
gem 'jeweler'
end
10 changes: 10 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,22 @@ GEM
builder (2.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
git (1.2.5)
i18n (0.5.0)
jeweler (1.8.4)
bundler (~> 1.0)
git (>= 1.2.5)
rake
rdoc
json (1.7.7)
rack (1.2.2)
rack-mount (0.6.14)
rack (>= 1.0.0)
rack-test (0.5.7)
rack (>= 1.0)
rake (0.9.2.2)
rdoc (3.12.2)
json (~> 1.4)
tzinfo (0.3.26)

PLATFORMS
Expand All @@ -35,4 +44,5 @@ PLATFORMS
DEPENDENCIES
actionpack (>= 2.3)
activesupport (>= 2.3)
jeweler
rake

0 comments on commit 65c166e

Please sign in to comment.