jeweler 2.3.6 → 2.3.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/.semver +1 -1
  3. data/Gemfile.lock +7 -7
  4. data/README.org +1 -2
  5. data/jeweler.gemspec +3 -3
  6. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c37b1a012df9a162e79fcbf134517e7c15ab079f
4
- data.tar.gz: 40c7890133d82fd220332b7d882dc53a1d6a495a
3
+ metadata.gz: 75a2defb36cb0375edbb24eb87a80772c4c0de3f
4
+ data.tar.gz: 58b9cda6bdbdadd2f71fb6f3c3ed74746bca294a
5
5
  SHA512:
6
- metadata.gz: ef7d9ce5cc85f92560136457735db67292c4ffd1d895db1b65f6ff30e76ffee2d71c1d57f84dae97909358eca66a8551a104185fe1dbe5eee21c7f3166e1e61d
7
- data.tar.gz: b0ace6e11b76497f92af0cb4afbdb7c57b3beafcdaeee6b45ab8744326023f36cea4d5ede8771cedff6a8acca344b6fae11e6510fa8ea07f8bcf3b3d714a7711
6
+ metadata.gz: 9134a92692b58c7906c197f0e035bc22395491c62e2d30e53d47f161261a75ae8368dcc7f83844997f8207a8e44ae0064aaac7ebab1260b68861982f973268fa
7
+ data.tar.gz: edb76a82af7b5d81c2c6455ea96691b5d4fd5748ab8e341085de1692a368db335c98a656c05020b1ec754e15e5e54839ead6eae353b59f39093e75c5fd5e4b3b
data/.semver CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 2
3
3
  :minor: 3
4
- :patch: 6
4
+ :patch: 7
5
5
  :special: ''
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jeweler (2.3.6)
4
+ jeweler (2.3.7)
5
5
  builder
6
6
  bundler (>= 1)
7
7
  git (>= 1.2.5)
@@ -62,17 +62,17 @@ GEM
62
62
  metaclass (0.0.4)
63
63
  mhennemeyer-output_catcher (1.0.1)
64
64
  mime-types (2.99.3)
65
- mini_portile2 (2.1.0)
65
+ mini_portile2 (2.2.0)
66
66
  mocha (1.2.1)
67
67
  metaclass (~> 0.0.1)
68
68
  multi_json (1.12.1)
69
69
  multi_test (0.1.2)
70
70
  multi_xml (0.6.0)
71
71
  multipart-post (2.0.0)
72
- nokogiri (1.7.2)
73
- mini_portile2 (~> 2.1.0)
74
- oauth2 (1.3.1)
75
- faraday (>= 0.8, < 0.12)
72
+ nokogiri (1.8.0)
73
+ mini_portile2 (~> 2.2.0)
74
+ oauth2 (1.4.0)
75
+ faraday (>= 0.8, < 0.13)
76
76
  jwt (~> 1.0)
77
77
  multi_json (~> 1.3)
78
78
  multi_xml (~> 0.5)
@@ -106,7 +106,7 @@ GEM
106
106
  test_construct (2.0.1)
107
107
  thor (0.19.4)
108
108
  thread_safe (0.3.6)
109
- timecop (0.8.1)
109
+ timecop (0.9.0)
110
110
  tins (1.14.0)
111
111
  yard (0.9.9)
112
112
 
data/README.org CHANGED
@@ -13,8 +13,7 @@ Jeweler provides the noble ruby developer with two primary features:
13
13
  - a scaffold generator for starting new RubyGem projects
14
14
 
15
15
  PLEASE NOTE that if you are starting afresh, please use the successor
16
- [[https://github.com/flajann2/juwelier][Juwelier]] I (Fred Mitchell,
17
- flajann2) will be maintaining both Jeweler and Juwelier, but will be
16
+ [[https://github.com/flajann2/juwelier][Juwelier]] I (Fred Mitchell, flajann2) will be maintaining both Jeweler and Juwelier, but will be
18
17
  adding new features to Juwelier, and eventually "merge" this one into
19
18
  Juwelier after some namespace issues are dealt with.
20
19
 
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: jeweler 2.3.6 ruby lib
5
+ # stub: jeweler 2.3.7 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "jeweler".freeze
9
- s.version = "2.3.6"
9
+ s.version = "2.3.7"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
13
13
  s.authors = ["Fred Mitchell".freeze, "Josh Nichols".freeze, "Yusuke Murata".freeze]
14
- s.date = "2017-06-02"
14
+ s.date = "2017-06-24"
15
15
  s.description = "Simple and opinionated helper for creating Rubygem projects on GitHub".freeze
16
16
  s.email = ["fred.mitchell@gmx.de".freeze, "fred.mitchell@gmx.com".freeze, "info@muratayusuke.com".freeze]
17
17
  s.executables = ["jeweler".freeze]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jeweler
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.6
4
+ version: 2.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fred Mitchell
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2017-06-02 00:00:00.000000000 Z
13
+ date: 2017-06-24 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rake