best3 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.
Files changed (7) hide show
  1. data/Gemfile +1 -0
  2. data/Gemfile.lock +1 -0
  3. data/MIT-LICENSE +19 -0
  4. data/README +3 -0
  5. data/best3.gemspec +5 -1
  6. data/lib/best3.rb +2 -2
  7. metadata +62 -42
data/Gemfile CHANGED
@@ -1,2 +1,3 @@
1
+ source :rubygems
1
2
  gem 'typhoeus'
2
3
  gem 'nokogiri'
@@ -1,4 +1,5 @@
1
1
  GEM
2
+ remote: http://rubygems.org/
2
3
  specs:
3
4
  nokogiri (1.4.3.1)
4
5
  rack (1.2.1)
@@ -0,0 +1,19 @@
1
+ Copyright (c) 2010, 2011 Ryan Allen, Envato Pty Ltd
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to deal
5
+ in the Software without restriction, including without limitation the rights
6
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in
11
+ all copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
+ THE SOFTWARE.
data/README ADDED
@@ -0,0 +1,3 @@
1
+ I'm still working on this, I'll try and be as polite as possible when I say 'go fart yourself'.
2
+
3
+ Ryan.
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Ryan Allen"]
10
10
  s.email = ["ryan@ryanface.com"]
11
- s.homepage = "http://rubygems.org/gems/best3"
11
+ s.homepage = "https://github.com/ryan-allen/best3"
12
12
  s.summary = %q{Minimal library for interacting with the Amazon Web Service API.}
13
13
  s.description = %q{Are you depressed? Has high interest rates got you down? My name is Meatwad and today I'm here to offer you a once in a lifetime opportunity. Sell your organs, live, over the internet. Get money back on your baby!}
14
14
 
@@ -18,4 +18,8 @@ Gem::Specification.new do |s|
18
18
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
19
19
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
20
20
  s.require_paths = ["lib"]
21
+
22
+ s.add_dependency('bundler')
23
+ s.add_dependency('typhoeus')
24
+ s.add_dependency('nokogiri')
21
25
  end
@@ -1,10 +1,10 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  raise 'requires ruby 1.9.2' unless RUBY_VERSION == '1.9.2'
4
- %w(rubygems bundler/setup typhoeus nokogiri strscan ostruct digest/sha1 time).each { |lib| require(lib) }
4
+ %w(rubygems openssl bundler/setup typhoeus nokogiri strscan ostruct digest/sha1 time).each { |lib| require(lib) }
5
5
 
6
6
  class Best3
7
- VERSION = '0.0.1'
7
+ VERSION = '0.0.2'
8
8
 
9
9
  def initialize(*args)
10
10
  @key, @secret = args
metadata CHANGED
@@ -1,71 +1,91 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: best3
3
- version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 0
7
- - 0
8
- - 1
9
- version: 0.0.1
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ prerelease:
10
6
  platform: ruby
11
- authors:
7
+ authors:
12
8
  - Ryan Allen
13
9
  autorequire:
14
10
  bindir: bin
15
11
  cert_chain: []
16
-
17
- date: 2011-07-18 00:00:00 +10:00
18
- default_executable:
19
- dependencies: []
20
-
21
- description: Are you depressed? Has high interest rates got you down? My name is Meatwad and today I'm here to offer you a once in a lifetime opportunity. Sell your organs, live, over the internet. Get money back on your baby!
22
- email:
12
+ date: 2011-08-23 00:00:00.000000000Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: bundler
16
+ requirement: &70126506754860 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: '0'
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: *70126506754860
25
+ - !ruby/object:Gem::Dependency
26
+ name: typhoeus
27
+ requirement: &70126506752640 !ruby/object:Gem::Requirement
28
+ none: false
29
+ requirements:
30
+ - - ! '>='
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: *70126506752640
36
+ - !ruby/object:Gem::Dependency
37
+ name: nokogiri
38
+ requirement: &70126506750820 !ruby/object:Gem::Requirement
39
+ none: false
40
+ requirements:
41
+ - - ! '>='
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
44
+ type: :runtime
45
+ prerelease: false
46
+ version_requirements: *70126506750820
47
+ description: Are you depressed? Has high interest rates got you down? My name is Meatwad
48
+ and today I'm here to offer you a once in a lifetime opportunity. Sell your organs,
49
+ live, over the internet. Get money back on your baby!
50
+ email:
23
51
  - ryan@ryanface.com
24
52
  executables: []
25
-
26
53
  extensions: []
27
-
28
54
  extra_rdoc_files: []
29
-
30
- files:
55
+ files:
31
56
  - .gitignore
32
57
  - Gemfile
33
58
  - Gemfile.lock
59
+ - MIT-LICENSE
60
+ - README
34
61
  - Rakefile
35
62
  - best3.gemspec
36
63
  - lib/best3.rb
37
- has_rdoc: true
38
- homepage: http://rubygems.org/gems/best3
64
+ homepage: https://github.com/ryan-allen/best3
39
65
  licenses: []
40
-
41
66
  post_install_message:
42
67
  rdoc_options: []
43
-
44
- require_paths:
68
+ require_paths:
45
69
  - lib
46
- required_ruby_version: !ruby/object:Gem::Requirement
70
+ required_ruby_version: !ruby/object:Gem::Requirement
47
71
  none: false
48
- requirements:
49
- - - ">="
50
- - !ruby/object:Gem::Version
51
- hash: 2237202378153498057
52
- segments:
72
+ requirements:
73
+ - - ! '>='
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ segments:
53
77
  - 0
54
- version: "0"
55
- required_rubygems_version: !ruby/object:Gem::Requirement
78
+ hash: -772524459860763143
79
+ required_rubygems_version: !ruby/object:Gem::Requirement
56
80
  none: false
57
- requirements:
58
- - - ">="
59
- - !ruby/object:Gem::Version
60
- segments:
61
- - 0
62
- version: "0"
81
+ requirements:
82
+ - - ! '>='
83
+ - !ruby/object:Gem::Version
84
+ version: '0'
63
85
  requirements: []
64
-
65
86
  rubyforge_project: best3
66
- rubygems_version: 1.3.7
87
+ rubygems_version: 1.8.6
67
88
  signing_key:
68
89
  specification_version: 3
69
90
  summary: Minimal library for interacting with the Amazon Web Service API.
70
91
  test_files: []
71
-