ben5516-grackle 0.1.3 → 0.1.4
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.
- data/grackle.gemspec +3 -3
- metadata +4 -3
data/grackle.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{grackle}
|
|
5
|
-
s.version = "0.1.
|
|
5
|
+
s.version = "0.1.4"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Hayes Davis"]
|
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
|
|
|
11
11
|
s.email = %q{hayes@appozite.com}
|
|
12
12
|
s.files = ["History.txt", "README.rdoc", "grackle.gemspec", "lib/grackle.rb", "lib/grackle/client.rb", "lib/grackle/handlers.rb", "lib/grackle/transport.rb", "lib/grackle/utils.rb", "test/test_grackle.rb", "test/test_helper.rb", "test/test_client.rb", "test/test_handlers.rb"]
|
|
13
13
|
s.has_rdoc = true
|
|
14
|
-
s.homepage = %q{http://github.com/
|
|
14
|
+
s.homepage = %q{http://github.com/ben5516/grackle}
|
|
15
15
|
s.rdoc_options = ["--inline-source", "--charset=UTF-8","--main=README.rdoc"]
|
|
16
16
|
s.extra_rdoc_files = ['README.rdoc']
|
|
17
17
|
s.require_paths = ["lib"]
|
|
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
|
|
|
23
23
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
24
24
|
s.specification_version = 2
|
|
25
25
|
|
|
26
|
-
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.
|
|
26
|
+
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.4') then
|
|
27
27
|
s.add_runtime_dependency(%q<json>, [">= 0"])
|
|
28
28
|
s.add_dependency(%q<mime-types>, [">= 0"])
|
|
29
29
|
s.add_dependency(%q<oauth>, [">= 0"])
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ben5516-grackle
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hayes Davis
|
|
@@ -64,7 +64,8 @@ files:
|
|
|
64
64
|
- test/test_client.rb
|
|
65
65
|
- test/test_handlers.rb
|
|
66
66
|
has_rdoc: true
|
|
67
|
-
homepage: http://github.com/
|
|
67
|
+
homepage: http://github.com/ben5516/grackle
|
|
68
|
+
licenses:
|
|
68
69
|
post_install_message:
|
|
69
70
|
rdoc_options:
|
|
70
71
|
- --inline-source
|
|
@@ -87,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
87
88
|
requirements: []
|
|
88
89
|
|
|
89
90
|
rubyforge_project: grackle
|
|
90
|
-
rubygems_version: 1.
|
|
91
|
+
rubygems_version: 1.3.5
|
|
91
92
|
signing_key:
|
|
92
93
|
specification_version: 2
|
|
93
94
|
summary: Grackle is a library for the Twitter REST and Search API designed to not require a new release in the face Twitter API changes or errors. It supports both basic and OAuth authentication mechanisms.
|