nab 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5) hide show
  1. checksums.yaml +5 -13
  2. data/changelog.md +3 -0
  3. data/lib/nab/version.rb +1 -1
  4. data/nab.gemspec +1 -1
  5. metadata +13 -7
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZWFiNjk2NGZjOTkxNGI0ZjhiZGUwY2MzOTQ4M2JiODVjN2MyYTAxYw==
5
- data.tar.gz: !binary |-
6
- N2QxOTgxMTQzZjJjMmY1MWUwMWJlNDc3NWEyZDQxMjFkNzQ4MWIxZg==
2
+ SHA1:
3
+ metadata.gz: 3b0de0f7485417a6c9a5f8a311576d2748e73693
4
+ data.tar.gz: af5619e41af59ac8bf6b91793284cf764de798d5
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- MGJiYWFiNWEwN2M2YThiOGQ1NGI2YTYwMDMwYmQ0MjVkYmE0ZDVjZWQ5Nzdm
10
- NGI1MjliYmViOGViMWNlNTJmNTU4NTlkMDljOTZkOWRkYmJkMGMyMjNmZjdm
11
- N2Y4ZTA0OTdhOTQwMmM2NjY1NjAzMGQzYTg4OGNjYmJjNTE2MDA=
12
- data.tar.gz: !binary |-
13
- Y2E2ODM0ZGIwMjgzMjlmNmU2NWU1ODIyMDc3NWI4YTQyNDA3YWI4NzM2N2Rj
14
- ZGU5MWRhNmFiYmExZTY5MzY3YTBhMDI4NDE3NDcyOGE1MTdhMmNhZWM4NDQ1
15
- MzE4YmU3ZGIwMmNhMWQ0NjM2ZGY3OGJjMWE2ZjgwYTY1ZTU1NmE=
6
+ metadata.gz: 31fc30b2a6de0359c0db76e6ae9d3a0b7cbae2111ce2dcc5920578e547e56698fa84db67f7289e66b86e097281f161c07f444db9bf856e944d58515c952532cd
7
+ data.tar.gz: 9a7798f915584fc028497634b1891d6fe3b2c7353fde2d1ec1c10a45efd67e4c82015292e3618bceddb24878c1d10d06430c053f3a8289509d015778f059ab1a
@@ -1,5 +1,8 @@
1
1
  Nab Changelog
2
2
  ===
3
+ 0.0.3
4
+ ---
5
+ - Locks AWS gem into version 1.x
3
6
 
4
7
  0.0.2
5
8
  ---
@@ -1,5 +1,5 @@
1
1
  # encoding: UTF-8
2
2
 
3
3
  module Nab
4
- VERSION = '0.0.2'
4
+ VERSION = '0.0.3'
5
5
  end
@@ -23,5 +23,5 @@ Gem::Specification.new do |spec|
23
23
  spec.executables = %w(nab)
24
24
  spec.require_paths = ["lib"]
25
25
 
26
- spec.add_dependency "aws-sdk", ">= 1.11.1"
26
+ spec.add_dependency "aws-sdk", "~> 1", ">= 1.11.1"
27
27
  end
metadata CHANGED
@@ -1,27 +1,33 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nab
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Bianco
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-17 00:00:00.000000000 Z
11
+ date: 2015-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ! '>='
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1'
20
+ - - ">="
18
21
  - !ruby/object:Gem::Version
19
22
  version: 1.11.1
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - ! '>='
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '1'
30
+ - - ">="
25
31
  - !ruby/object:Gem::Version
26
32
  version: 1.11.1
27
33
  description: ''
@@ -52,17 +58,17 @@ require_paths:
52
58
  - lib
53
59
  required_ruby_version: !ruby/object:Gem::Requirement
54
60
  requirements:
55
- - - ! '>='
61
+ - - ">="
56
62
  - !ruby/object:Gem::Version
57
63
  version: 1.9.2
58
64
  required_rubygems_version: !ruby/object:Gem::Requirement
59
65
  requirements:
60
- - - ! '>='
66
+ - - ">="
61
67
  - !ruby/object:Gem::Version
62
68
  version: 1.3.6
63
69
  requirements: []
64
70
  rubyforge_project:
65
- rubygems_version: 2.2.2
71
+ rubygems_version: 2.4.3
66
72
  signing_key:
67
73
  specification_version: 4
68
74
  summary: A gem for downloading from different URI types