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.
Files changed (5) hide show
  1. data/Changelog +3 -1
  2. data/README +1 -1
  3. data/VERSION +1 -1
  4. data/ppds-libs.gemspec +0 -1
  5. metadata +8 -21
data/Changelog CHANGED
@@ -1,3 +1,5 @@
1
- version 0.0.2 (2011-01-25)
1
+ version 0.0.3 (2011-02-10)
2
+ * Fix circular dependencies.
2
3
 
4
+ version 0.0.2 (2011-01-25)
3
5
  * Add info about errors on save.
data/README CHANGED
@@ -3,7 +3,7 @@
3
3
  Collection of goodies shared in miscellaneous projects of mine.
4
4
 
5
5
  == Note on Patches/Pull Requests
6
-
6
+
7
7
  * Fork the project.
8
8
  * Make your feature addition or bug fix.
9
9
  * Add tests for it. This is important so I don't break it in a
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
@@ -12,5 +12,4 @@ Gem::Specification.new do |s|
12
12
  s.rubyforge_project = 'ppds-libs'
13
13
  s.summary = "A collection of ruby code shared between different projects of PPDS."
14
14
  s.has_rdoc = false
15
- s.add_dependency "ppds-libs"
16
15
  end
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: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
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-01-26 00:00:00 +06:00
18
+ date: 2011-02-10 00:00:00 +06:00
19
19
  default_executable:
20
- dependencies:
21
- - !ruby/object:Gem::Dependency
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.4.2
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.