koprol 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.
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
9
9
  s.authors = ["Panggi Libersa Jasri Akadol"]
10
10
  s.email = ["panggilja@gmail.com"]
11
11
  s.homepage = "http://opensecuritylab.org"
12
- s.summary = %q{REST API wrapper for Yahoo! Koprol}
13
- s.description = %q{wrapper for www.koprol.com/api/v2/}
12
+ s.summary = %q{This is just a stub, nothing inside until the official release of API}
13
+ s.description = %q{This is just a stub, nothing inside until the official release of API}
14
14
 
15
15
  s.rubyforge_project = "koprol"
16
16
 
@@ -1,5 +1,5 @@
1
1
  module Koprol
2
2
  def self.wrapper
3
- "REST API wrapper for Yahoo! Koprol"
3
+ "This is just a stub, nothing inside until the official release of API"
4
4
  end
5
5
  end
@@ -1,3 +1,3 @@
1
1
  module Koprol
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: koprol
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Panggi Libersa Jasri Akadol
@@ -15,11 +15,11 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-07-28 00:00:00 +07:00
18
+ date: 2011-08-06 00:00:00 +07:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
22
- description: wrapper for www.koprol.com/api/v2/
22
+ description: This is just a stub, nothing inside until the official release of API
23
23
  email:
24
24
  - panggilja@gmail.com
25
25
  executables: []
@@ -68,6 +68,6 @@ rubyforge_project: koprol
68
68
  rubygems_version: 1.3.7
69
69
  signing_key:
70
70
  specification_version: 3
71
- summary: REST API wrapper for Yahoo! Koprol
71
+ summary: This is just a stub, nothing inside until the official release of API
72
72
  test_files: []
73
73