attempt 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3ec96dbde6accdfcbeab30ff4c2d5cc99037afdb
4
- data.tar.gz: d00f94bd32f8d9373df7b69d0637204378369c69
3
+ metadata.gz: 087065c51e729d16ae28f79cb654fe9297320902
4
+ data.tar.gz: b3ec80db39e164a6ec2f551e0815dbc29e0b4c61
5
5
  SHA512:
6
- metadata.gz: 8a09fe92d69d759cfcfb0c9e58f0d2236de290e7cd5020c7bebd571150a266eedd7aca36b3d7ed9940a2c1e3fc574c49297c6d3650af2d01a2e429bc2ee8ee41
7
- data.tar.gz: 1365e62d69f496ef92513f438507b2eff4f8edf005e766a3290713f78930ef71e11521afa1bdcfc913b558cd498f08871cf84443b579bf4cee7ef4ca31aa5f9f
6
+ metadata.gz: 3e65bf3517b1d6d529fc7e1e292b046f4b7a95a6e984f05c42addf293066a50082f9b88c78a6bf0ff5c0f2aeba3de5f0331f54981fd307ecfbbc1eb56276a880
7
+ data.tar.gz: e3e4a05d424117e0a3315f82d39f90f48927e348a6e87b400f5d1e54bd57ee87a9ef83c332f6b6a0a087cfe691781677512be76bb1c014f6de5879b576f34cd7
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/CHANGES CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.3.2 - 4-Apr-2017
2
+ * Fix metadata key names.
3
+
1
4
  == 0.3.1 - 4-Apr-2017
2
5
  * Added some metadata to the gemspec.
3
6
 
data/attempt.gemspec CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = 'attempt'
5
- spec.version = '0.3.1'
5
+ spec.version = '0.3.2'
6
6
  spec.author = 'Daniel J. Berger'
7
7
  spec.license = 'Artistic 2.0'
8
8
  spec.email = 'djberg96@gmail.com'
@@ -15,12 +15,10 @@ Gem::Specification.new do |spec|
15
15
  spec.extra_rdoc_files = ['README','CHANGES','MANIFEST']
16
16
 
17
17
  spec.metadata = {
18
- 'issue_tracker' => 'https://github.com/djberg96/attempt/issues',
19
- 'changelog' => 'https://github.com/djberg96/attempt/blob/master/CHANGES',
20
- 'code' => 'https://github.com/djberg96/attempt/blob/master/lib/attempt.rb',
21
- 'docs' => 'https://github.com/djberg96/attempt/blob/master/README',
22
- 'bugs' => 'https://github.com/djberg96/attempt/issues',
23
- 'wiki' => 'https://github.com/djberg96/attempt/wiki'
18
+ 'changelog_uri' => 'https://github.com/djberg96/attempt/blob/master/CHANGES',
19
+ 'source_code_uri' => 'https://github.com/djberg96/attempt/blob/master/lib/attempt.rb',
20
+ 'bug_tracker_uri' => 'https://github.com/djberg96/attempt/issues',
21
+ 'wiki_uri' => 'https://github.com/djberg96/attempt/wiki'
24
22
  }
25
23
 
26
24
  spec.add_dependency('structured_warnings', '~> 0.3.0')
data/lib/attempt.rb CHANGED
@@ -6,7 +6,7 @@ require 'structured_warnings'
6
6
  class Attempt
7
7
 
8
8
  # The version of the attempt library.
9
- VERSION = '0.3.1'.freeze
9
+ VERSION = '0.3.2'.freeze
10
10
 
11
11
  # Warning raised if an attempt fails before the maximum number of tries
12
12
  # has been reached.
data/test/test_attempt.rb CHANGED
@@ -23,7 +23,7 @@ class TC_Attempt < Test::Unit::TestCase
23
23
  end
24
24
 
25
25
  test "version constant is set to expected value" do
26
- assert_equal('0.3.1', Attempt::VERSION)
26
+ assert_equal('0.3.2', Attempt::VERSION)
27
27
  end
28
28
 
29
29
  test "attempt works as expected without arguments" do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: attempt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel J. Berger
@@ -89,12 +89,10 @@ homepage: https://github.com/djberg96/attempt
89
89
  licenses:
90
90
  - Artistic 2.0
91
91
  metadata:
92
- issue_tracker: https://github.com/djberg96/attempt/issues
93
- changelog: https://github.com/djberg96/attempt/blob/master/CHANGES
94
- code: https://github.com/djberg96/attempt/blob/master/lib/attempt.rb
95
- docs: https://github.com/djberg96/attempt/blob/master/README
96
- bugs: https://github.com/djberg96/attempt/issues
97
- wiki: https://github.com/djberg96/attempt/wiki
92
+ changelog_uri: https://github.com/djberg96/attempt/blob/master/CHANGES
93
+ source_code_uri: https://github.com/djberg96/attempt/blob/master/lib/attempt.rb
94
+ bug_tracker_uri: https://github.com/djberg96/attempt/issues
95
+ wiki_uri: https://github.com/djberg96/attempt/wiki
98
96
  post_install_message:
99
97
  rdoc_options: []
100
98
  require_paths:
metadata.gz.sig CHANGED
Binary file