grapi 0.5.0 → 0.5.1
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/VERSION +1 -1
- data/grapi.gemspec +6 -5
- data/lib/core_ext/string.rb +1 -0
- metadata +21 -9
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.5.
|
|
1
|
+
0.5.1
|
data/grapi.gemspec
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# Generated by jeweler
|
|
2
|
-
# DO NOT EDIT THIS FILE
|
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run
|
|
2
|
+
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{grapi}
|
|
8
|
-
s.version = "0.5.
|
|
8
|
+
s.version = "0.5.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Aurelian Oancea"]
|
|
12
|
-
s.date = %q{2010-
|
|
12
|
+
s.date = %q{2010-06-04}
|
|
13
13
|
s.description = %q{Ruby client for unofficial Google Reader API}
|
|
14
14
|
s.email = %q{oancea@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -31,7 +31,7 @@ Gem::Specification.new do |s|
|
|
|
31
31
|
s.homepage = %q{http://github.com/aurelian/grapi}
|
|
32
32
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
33
33
|
s.require_paths = ["lib"]
|
|
34
|
-
s.rubygems_version = %q{1.3.
|
|
34
|
+
s.rubygems_version = %q{1.3.6}
|
|
35
35
|
s.summary = %q{Ruby client for unofficial Google Reader API}
|
|
36
36
|
s.test_files = [
|
|
37
37
|
"test/helper.rb",
|
|
@@ -51,3 +51,4 @@ Gem::Specification.new do |s|
|
|
|
51
51
|
s.add_dependency(%q<curb>, [">= 0.6.1.0"])
|
|
52
52
|
end
|
|
53
53
|
end
|
|
54
|
+
|
data/lib/core_ext/string.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: grapi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
4
|
+
prerelease: false
|
|
5
|
+
segments:
|
|
6
|
+
- 0
|
|
7
|
+
- 5
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.5.1
|
|
5
10
|
platform: ruby
|
|
6
11
|
authors:
|
|
7
12
|
- Aurelian Oancea
|
|
@@ -9,19 +14,24 @@ autorequire:
|
|
|
9
14
|
bindir: bin
|
|
10
15
|
cert_chain: []
|
|
11
16
|
|
|
12
|
-
date: 2010-
|
|
17
|
+
date: 2010-06-04 00:00:00 +02:00
|
|
13
18
|
default_executable:
|
|
14
19
|
dependencies:
|
|
15
20
|
- !ruby/object:Gem::Dependency
|
|
16
21
|
name: curb
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
22
|
+
prerelease: false
|
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
20
24
|
requirements:
|
|
21
25
|
- - ">="
|
|
22
26
|
- !ruby/object:Gem::Version
|
|
27
|
+
segments:
|
|
28
|
+
- 0
|
|
29
|
+
- 6
|
|
30
|
+
- 1
|
|
31
|
+
- 0
|
|
23
32
|
version: 0.6.1.0
|
|
24
|
-
|
|
33
|
+
type: :runtime
|
|
34
|
+
version_requirements: *id001
|
|
25
35
|
description: Ruby client for unofficial Google Reader API
|
|
26
36
|
email: oancea@gmail.com
|
|
27
37
|
executables: []
|
|
@@ -55,18 +65,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
55
65
|
requirements:
|
|
56
66
|
- - ">="
|
|
57
67
|
- !ruby/object:Gem::Version
|
|
68
|
+
segments:
|
|
69
|
+
- 0
|
|
58
70
|
version: "0"
|
|
59
|
-
version:
|
|
60
71
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
72
|
requirements:
|
|
62
73
|
- - ">="
|
|
63
74
|
- !ruby/object:Gem::Version
|
|
75
|
+
segments:
|
|
76
|
+
- 0
|
|
64
77
|
version: "0"
|
|
65
|
-
version:
|
|
66
78
|
requirements: []
|
|
67
79
|
|
|
68
80
|
rubyforge_project:
|
|
69
|
-
rubygems_version: 1.3.
|
|
81
|
+
rubygems_version: 1.3.6
|
|
70
82
|
signing_key:
|
|
71
83
|
specification_version: 3
|
|
72
84
|
summary: Ruby client for unofficial Google Reader API
|