ppds-libs 0.0.2 → 0.0.3
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/Changelog +3 -1
- data/README +1 -1
- data/VERSION +1 -1
- data/ppds-libs.gemspec +0 -1
- metadata +8 -21
data/Changelog
CHANGED
data/README
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.3
|
data/ppds-libs.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ppds-libs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 3
|
10
|
+
version: 0.0.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Paul Philippov
|
@@ -15,23 +15,10 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
18
|
+
date: 2011-02-10 00:00:00 +06:00
|
19
19
|
default_executable:
|
20
|
-
dependencies:
|
21
|
-
|
22
|
-
name: ppds-libs
|
23
|
-
prerelease: false
|
24
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
|
-
requirements:
|
27
|
-
- - ">="
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
hash: 3
|
30
|
-
segments:
|
31
|
-
- 0
|
32
|
-
version: "0"
|
33
|
-
type: :runtime
|
34
|
-
version_requirements: *id001
|
20
|
+
dependencies: []
|
21
|
+
|
35
22
|
description: A collection of ruby code shared between different projects of PPDS.
|
36
23
|
email: themactep@gmail.com
|
37
24
|
executables: []
|
@@ -44,8 +31,8 @@ extra_rdoc_files:
|
|
44
31
|
- VERSION
|
45
32
|
- Changelog
|
46
33
|
files:
|
47
|
-
- lib/ppds/class_factory.rb
|
48
34
|
- lib/ppds/config.rb
|
35
|
+
- lib/ppds/class_factory.rb
|
49
36
|
- LICENSE
|
50
37
|
- README
|
51
38
|
- VERSION
|
@@ -81,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
68
|
requirements: []
|
82
69
|
|
83
70
|
rubyforge_project: ppds-libs
|
84
|
-
rubygems_version: 1.
|
71
|
+
rubygems_version: 1.5.0
|
85
72
|
signing_key:
|
86
73
|
specification_version: 3
|
87
74
|
summary: A collection of ruby code shared between different projects of PPDS.
|