binged 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/HISTORY +4 -1
- data/LICENSE +1 -1
- data/README.md +1 -1
- data/Rakefile +3 -3
- data/VERSION +1 -1
- data/binged.gemspec +4 -4
- metadata +4 -3
data/HISTORY
CHANGED
@@ -1,4 +1,7 @@
|
|
1
|
-
== 1.0.
|
1
|
+
== 1.0.1 2012-10-06
|
2
|
+
* Declare me a co-author and make my repo the official.
|
3
|
+
|
4
|
+
== 1.0.0 2012-10-06
|
2
5
|
* Migrate to Bing Search API 2.0. See https://datamarket.azure.com/dataset/bing/search and http://go.microsoft.com/fwlink/?LinkID=248077 for more details.
|
3
6
|
* Raise a Bing::Search::Error in at least some of the failure modes.
|
4
7
|
|
data/LICENSE
CHANGED
data/README.md
CHANGED
data/Rakefile
CHANGED
@@ -7,9 +7,9 @@ begin
|
|
7
7
|
gem.name = "binged"
|
8
8
|
gem.summary = %Q{A wrapper for the bing api}
|
9
9
|
gem.description = %Q{A wrapper for the bing api}
|
10
|
-
gem.email = "
|
11
|
-
gem.homepage = "http://github.com/
|
12
|
-
gem.authors = ["Kevin Faustino"]
|
10
|
+
gem.email = "ben.woosley@gmail.com"
|
11
|
+
gem.homepage = "http://github.com/Empact/binged"
|
12
|
+
gem.authors = ["Kevin Faustino", "Ben Woosley"]
|
13
13
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
14
14
|
end
|
15
15
|
Jeweler::GemcutterTasks.new
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.1
|
data/binged.gemspec
CHANGED
@@ -5,13 +5,13 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "binged"
|
8
|
-
s.version = "1.0.
|
8
|
+
s.version = "1.0.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
|
-
s.authors = ["Kevin Faustino"]
|
11
|
+
s.authors = ["Kevin Faustino", "Ben Woosley"]
|
12
12
|
s.date = "2012-11-06"
|
13
13
|
s.description = "A wrapper for the bing api"
|
14
|
-
s.email = "
|
14
|
+
s.email = "ben.woosley@gmail.com"
|
15
15
|
s.extra_rdoc_files = [
|
16
16
|
"LICENSE",
|
17
17
|
"README.md"
|
@@ -47,7 +47,7 @@ Gem::Specification.new do |s|
|
|
47
47
|
"spec/support/shared_examples/filter.rb",
|
48
48
|
"spec/support/shared_examples/pageable.rb"
|
49
49
|
]
|
50
|
-
s.homepage = "http://github.com/
|
50
|
+
s.homepage = "http://github.com/Empact/binged"
|
51
51
|
s.require_paths = ["lib"]
|
52
52
|
s.rubygems_version = "1.8.23"
|
53
53
|
s.summary = "A wrapper for the bing api"
|
metadata
CHANGED
@@ -1,11 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: binged
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Kevin Faustino
|
9
|
+
- Ben Woosley
|
9
10
|
autorequire:
|
10
11
|
bindir: bin
|
11
12
|
cert_chain: []
|
@@ -92,7 +93,7 @@ dependencies:
|
|
92
93
|
- !ruby/object:Gem::Version
|
93
94
|
version: '0'
|
94
95
|
description: A wrapper for the bing api
|
95
|
-
email:
|
96
|
+
email: ben.woosley@gmail.com
|
96
97
|
executables: []
|
97
98
|
extensions: []
|
98
99
|
extra_rdoc_files:
|
@@ -128,7 +129,7 @@ files:
|
|
128
129
|
- spec/spec_helper.rb
|
129
130
|
- spec/support/shared_examples/filter.rb
|
130
131
|
- spec/support/shared_examples/pageable.rb
|
131
|
-
homepage: http://github.com/
|
132
|
+
homepage: http://github.com/Empact/binged
|
132
133
|
licenses: []
|
133
134
|
post_install_message:
|
134
135
|
rdoc_options: []
|