Skip to content

Commit

Permalink
bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
flajann2 committed Apr 24, 2017
1 parent 20ae6a8 commit eea81ef
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .semver
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
:major: 2
:minor: 3
:patch: 4
:patch: 5
:special: ''
34 changes: 17 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ GEM
activesupport (3.2.22.5)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
addressable (2.5.0)
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
bluecloth (2.2.0)
builder (3.2.3)
coveralls (0.8.19)
coveralls (0.8.20)
json (>= 1.8, < 3)
simplecov (~> 0.12.0)
simplecov (~> 0.14.1)
term-ansicolor (~> 1.3)
thor (~> 0.19.1)
thor (~> 0.19.4)
tins (~> 1.6)
cucumber (2.4.0)
builder (>= 2.1.2)
Expand All @@ -46,7 +46,7 @@ GEM
docile (1.1.5)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
gherkin (4.0.0)
gherkin (4.1.1)
git (1.3.0)
github_api (0.11.3)
addressable (~> 2.3)
Expand All @@ -56,10 +56,10 @@ GEM
multi_json (>= 1.7.5, < 2.0)
nokogiri (~> 1.6.0)
oauth2
hashie (3.5.1)
hashie (3.5.5)
highline (1.7.8)
i18n (0.8.0)
json (2.0.3)
i18n (0.8.1)
json (2.1.0)
jwt (1.5.6)
metaclass (0.0.4)
mhennemeyer-output_catcher (1.0.1)
Expand All @@ -72,18 +72,18 @@ GEM
multipart-post (2.0.0)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
oauth2 (1.3.0)
faraday (>= 0.8, < 0.11)
oauth2 (1.3.1)
faraday (>= 0.8, < 0.12)
jwt (~> 1.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
power_assert (1.0.1)
psych (2.2.2)
psych (2.2.4)
public_suffix (2.0.5)
rack (2.0.1)
rake (12.0.0)
rdoc (5.0.0)
rdoc (5.1.0)
redgreen (1.2.2)
rr (1.2.0)
semver2 (3.4.2)
Expand All @@ -93,12 +93,12 @@ GEM
shoulda-context (1.2.2)
shoulda-matchers (2.8.0)
activesupport (>= 3.0.0)
simplecov (0.12.0)
simplecov (0.14.1)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
term-ansicolor (1.4.0)
term-ansicolor (1.6.0)
tins (~> 1.0)
test-unit (3.2.3)
power_assert
Expand All @@ -107,10 +107,10 @@ GEM
test-unit (>= 2.5.2)
test_construct (2.0.1)
thor (0.19.4)
thread_safe (0.3.5)
thread_safe (0.3.6)
timecop (0.8.1)
tins (1.13.2)
yard (0.9.8)
yard (0.9.9)

PLATFORMS
ruby
Expand Down Expand Up @@ -143,4 +143,4 @@ DEPENDENCIES
yard (>= 0.8.5)

BUNDLED WITH
1.13.6
1.14.6
8 changes: 4 additions & 4 deletions jeweler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: jeweler 2.3.4 ruby lib
# stub: jeweler 2.3.5 ruby lib

Gem::Specification.new do |s|
s.name = "jeweler".freeze
s.version = "2.3.4"
s.version = "2.3.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Fred Mitchell".freeze, "Josh Nichols".freeze, "Yusuke Murata".freeze]
s.date = "2017-02-10"
s.date = "2017-04-24"
s.description = "Simple and opinionated helper for creating Rubygem projects on GitHub".freeze
s.email = ["fred.mitchell@gmx.de".freeze, "fred.mitchell@gmx.com".freeze, "info@muratayusuke.com".freeze]
s.executables = ["jeweler".freeze]
Expand Down Expand Up @@ -190,7 +190,7 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/technicalpickles/jeweler".freeze
s.licenses = ["MIT".freeze]
s.required_ruby_version = Gem::Requirement.new(">= 2.2.0".freeze)
s.rubygems_version = "2.6.8".freeze
s.rubygems_version = "2.6.11".freeze
s.summary = "Opinionated tool for creating and managing RubyGem projects".freeze

if s.respond_to? :specification_version then
Expand Down

0 comments on commit eea81ef

Please sign in to comment.