partigi-partigirb 0.2.5 → 0.2.6
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/README.rdoc +8 -0
- data/VERSION +1 -1
- data/partigirb.gemspec +7 -5
- metadata +4 -4
data/README.rdoc
CHANGED
@@ -2,6 +2,14 @@
|
|
2
2
|
|
3
3
|
Ruby wrapper for the Partigi API, adapted from Grackle by Hayes Davis (http://github.com/hayesdavis/grackle/tree/master).
|
4
4
|
|
5
|
+
== What is Partigi?
|
6
|
+
|
7
|
+
[Partigi](http://www.partigi.com) is a service that helps you choose your next cultural items, share short reviews and keep track of what you have consumed and own.
|
8
|
+
|
9
|
+
The Partigi API is an almost-REST based Atom API where we offer you almost all data and functionality that you have in the website.
|
10
|
+
|
11
|
+
There is also a [complete documentation of the API](http://partigi.pbworks.com/).
|
12
|
+
|
5
13
|
== Usage
|
6
14
|
|
7
15
|
=== Creating a client
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.6
|
data/partigirb.gemspec
CHANGED
@@ -1,12 +1,15 @@
|
|
1
|
+
# Generated by jeweler
|
2
|
+
# DO NOT EDIT THIS FILE
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
|
1
4
|
# -*- encoding: utf-8 -*-
|
2
5
|
|
3
6
|
Gem::Specification.new do |s|
|
4
7
|
s.name = %q{partigirb}
|
5
|
-
s.version = "0.2.
|
8
|
+
s.version = "0.2.6"
|
6
9
|
|
7
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
8
11
|
s.authors = ["Alvaro Bautista", "Fernando Blat"]
|
9
|
-
s.date = %q{2009-
|
12
|
+
s.date = %q{2009-09-24}
|
10
13
|
s.email = ["alvarobp@gmail.com", "ferblape@gmail.com"]
|
11
14
|
s.extra_rdoc_files = [
|
12
15
|
"LICENSE",
|
@@ -41,11 +44,10 @@ Gem::Specification.new do |s|
|
|
41
44
|
"test/transport_test.rb",
|
42
45
|
"test/xml_handler_test.rb"
|
43
46
|
]
|
44
|
-
s.has_rdoc = true
|
45
47
|
s.homepage = %q{http://github.com/partigi/partigirb}
|
46
48
|
s.rdoc_options = ["--charset=UTF-8"]
|
47
49
|
s.require_paths = ["lib"]
|
48
|
-
s.rubygems_version = %q{1.3.
|
50
|
+
s.rubygems_version = %q{1.3.5}
|
49
51
|
s.summary = %q{TODO}
|
50
52
|
s.test_files = [
|
51
53
|
"test/atom_handler_test.rb",
|
@@ -63,7 +65,7 @@ Gem::Specification.new do |s|
|
|
63
65
|
|
64
66
|
if s.respond_to? :specification_version then
|
65
67
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
66
|
-
s.specification_version =
|
68
|
+
s.specification_version = 3
|
67
69
|
|
68
70
|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
69
71
|
else
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: partigi-partigirb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alvaro Bautista
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2009-
|
13
|
+
date: 2009-09-24 00:00:00 -07:00
|
14
14
|
default_executable:
|
15
15
|
dependencies: []
|
16
16
|
|
@@ -53,7 +53,7 @@ files:
|
|
53
53
|
- test/test_helper.rb
|
54
54
|
- test/transport_test.rb
|
55
55
|
- test/xml_handler_test.rb
|
56
|
-
has_rdoc:
|
56
|
+
has_rdoc: false
|
57
57
|
homepage: http://github.com/partigi/partigirb
|
58
58
|
licenses:
|
59
59
|
post_install_message:
|
@@ -78,7 +78,7 @@ requirements: []
|
|
78
78
|
rubyforge_project:
|
79
79
|
rubygems_version: 1.3.5
|
80
80
|
signing_key:
|
81
|
-
specification_version:
|
81
|
+
specification_version: 3
|
82
82
|
summary: TODO
|
83
83
|
test_files:
|
84
84
|
- test/atom_handler_test.rb
|