RubyDataStructures 0.0.3 → 0.0.4

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/RELEASE_NOTES CHANGED
@@ -1,3 +1,13 @@
1
+ = Announce: Ruby DataStructures Release 0.0.4
2
+ Date Mar 5, 2011
3
+ Release 0.0.4 is just a dummy release to fix some gem push issues.
4
+
5
+ == Thanks
6
+
7
+ -- Satyaram B V
8
+
9
+ ===========================================
10
+
1
11
  = Announce: Ruby DataStructures Release 0.0.3
2
12
  Date Mar 5, 2011
3
13
  Release 0.0.3 adds new features.
@@ -23,6 +33,7 @@ Other Changes Include:
23
33
  -- Satyaram B V
24
34
 
25
35
  ===========================================
36
+
26
37
  = Announce: Ruby DataStructures Release 0.0.2
27
38
  Date Mar 5, 2011
28
39
  Release 0.0.2 adds new features.
@@ -1,3 +1,3 @@
1
1
  module Rubydatastructures
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: RubyDataStructures
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Satyaram B V