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.
- data/koprol.gemspec +2 -2
- data/lib/koprol.rb +1 -1
- data/lib/koprol/version.rb +1 -1
- metadata +6 -6
data/koprol.gemspec
CHANGED
|
@@ -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{
|
|
13
|
-
s.description = %q{
|
|
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
|
|
data/lib/koprol.rb
CHANGED
data/lib/koprol/version.rb
CHANGED
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:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
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-
|
|
18
|
+
date: 2011-08-06 00:00:00 +07:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies: []
|
|
21
21
|
|
|
22
|
-
description:
|
|
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:
|
|
71
|
+
summary: This is just a stub, nothing inside until the official release of API
|
|
72
72
|
test_files: []
|
|
73
73
|
|