nab 0.0.1 → 0.0.2

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.
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZWFiNjk2NGZjOTkxNGI0ZjhiZGUwY2MzOTQ4M2JiODVjN2MyYTAxYw==
5
+ data.tar.gz: !binary |-
6
+ N2QxOTgxMTQzZjJjMmY1MWUwMWJlNDc3NWEyZDQxMjFkNzQ4MWIxZg==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ MGJiYWFiNWEwN2M2YThiOGQ1NGI2YTYwMDMwYmQ0MjVkYmE0ZDVjZWQ5Nzdm
10
+ NGI1MjliYmViOGViMWNlNTJmNTU4NTlkMDljOTZkOWRkYmJkMGMyMjNmZjdm
11
+ N2Y4ZTA0OTdhOTQwMmM2NjY1NjAzMGQzYTg4OGNjYmJjNTE2MDA=
12
+ data.tar.gz: !binary |-
13
+ Y2E2ODM0ZGIwMjgzMjlmNmU2NWU1ODIyMDc3NWI4YTQyNDA3YWI4NzM2N2Rj
14
+ ZGU5MWRhNmFiYmExZTY5MzY3YTBhMDI4NDE3NDcyOGE1MTdhMmNhZWM4NDQ1
15
+ MzE4YmU3ZGIwMmNhMWQ0NjM2ZGY3OGJjMWE2ZjgwYTY1ZTU1NmE=
@@ -1,6 +1,11 @@
1
1
  Nab Changelog
2
2
  ===
3
3
 
4
+ 0.0.2
5
+ ---
6
+ - removed require relative for nonexistent http adapter
7
+
8
+
4
9
  0.0.1
5
10
  ---
6
11
  - Initial release
data/lib/nab.rb CHANGED
@@ -12,4 +12,3 @@ require_relative 'nab/client.rb'
12
12
  require_relative 'nab/logger.rb'
13
13
  require_relative 'nab/version.rb'
14
14
  require_relative 'nab/adapters/s3.rb'
15
- require_relative 'nab/adapters/http.rb'
@@ -1,5 +1,5 @@
1
1
  # encoding: UTF-8
2
2
 
3
3
  module Nab
4
- VERSION = '0.0.1'
4
+ VERSION = '0.0.2'
5
5
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.authors = ['Brian Bianco']
12
12
  spec.email = ['brian.bianco@gmail.com']
13
13
  spec.homepage = 'http://www.github.com/brianbianco/nab'
14
- spec.summary = %q{}
14
+ spec.summary = %q{A gem for downloading from different URI types}
15
15
  spec.description = %q{}
16
16
 
17
17
  spec.required_ruby_version = '>= 1.9.2'
metadata CHANGED
@@ -1,20 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nab
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
5
- prerelease:
4
+ version: 0.0.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Brian Bianco
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2014-09-16 00:00:00.000000000 Z
11
+ date: 2014-09-17 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: aws-sdk
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ! '>='
20
18
  - !ruby/object:Gem::Version
@@ -22,7 +20,6 @@ dependencies:
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ! '>='
28
25
  - !ruby/object:Gem::Version
@@ -48,26 +45,25 @@ files:
48
45
  homepage: http://www.github.com/brianbianco/nab
49
46
  licenses:
50
47
  - Apache2
48
+ metadata: {}
51
49
  post_install_message:
52
50
  rdoc_options: []
53
51
  require_paths:
54
52
  - lib
55
53
  required_ruby_version: !ruby/object:Gem::Requirement
56
- none: false
57
54
  requirements:
58
55
  - - ! '>='
59
56
  - !ruby/object:Gem::Version
60
57
  version: 1.9.2
61
58
  required_rubygems_version: !ruby/object:Gem::Requirement
62
- none: false
63
59
  requirements:
64
60
  - - ! '>='
65
61
  - !ruby/object:Gem::Version
66
62
  version: 1.3.6
67
63
  requirements: []
68
64
  rubyforge_project:
69
- rubygems_version: 1.8.23
65
+ rubygems_version: 2.2.2
70
66
  signing_key:
71
- specification_version: 3
72
- summary: ''
67
+ specification_version: 4
68
+ summary: A gem for downloading from different URI types
73
69
  test_files: []