Skip to content

Commit

Permalink
Update jeweler
Browse files Browse the repository at this point in the history
  • Loading branch information
quirkey committed Feb 12, 2014
1 parent 221b936 commit 87f91ab
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ group :development do
gem "ruby-debug19"
end
gem 'minitest', '>=2'
gem "bundler", "~> 1.0.0"
gem "jeweler", "~> 1.6.2"
gem "bundler"
gem "jeweler"
end
40 changes: 34 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,49 @@
GEM
remote: http://rubygems.org/
specs:
addressable (2.3.5)
archive-tar-minitar (0.5.2)
builder (3.2.2)
columnize (0.3.4)
git (1.2.5)
jeweler (1.6.4)
bundler (~> 1.0)
faraday (0.7.6)
addressable (~> 2.2)
multipart-post (~> 1.1)
rack (~> 1.1)
git (1.2.6)
github_api (0.4.10)
faraday (~> 0.7.6)
hashie (~> 1.2.0)
multi_json (~> 1.0)
oauth2 (~> 0.5.2)
hashie (1.2.0)
highline (1.6.20)
jeweler (2.0.1)
builder
bundler (>= 1.0)
git (>= 1.2.5)
github_api
highline (>= 1.6.15)
nokogiri (>= 1.5.10)
rake
rdoc
json (1.8.1)
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
mini_portile (0.5.2)
minitest (2.8.0)
multi_json (1.0.3)
multipart-post (1.2.0)
nokogiri (1.6.1)
mini_portile (~> 0.5.0)
oauth2 (0.5.2)
faraday (~> 0.7)
multi_json (~> 1.0)
rack (1.3.5)
rack-protection (1.1.4)
rack
rake (0.9.2.2)
rake (10.1.1)
rdoc (4.1.1)
json (~> 1.4)
redis (2.2.2)
redis-namespace (1.0.3)
redis (< 3.0.0)
Expand Down Expand Up @@ -46,8 +74,8 @@ PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.0.0)
jeweler (~> 1.6.2)
bundler
jeweler
minitest (>= 2)
resque (~> 1.19)
ruby-debug19
10 changes: 0 additions & 10 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,3 @@ Rake::TestTask.new(:test) do |test|
end

task :default => :test

require 'rake/rdoctask'
Rake::RDocTask.new do |rdoc|
version = File.exist?('VERSION') ? File.read('VERSION') : ""

rdoc.rdoc_dir = 'rdoc'
rdoc.title = "resque-metrics #{version}"
rdoc.rdoc_files.include('README*')
rdoc.rdoc_files.include('lib/**/*.rb')
end

0 comments on commit 87f91ab

Please sign in to comment.