rubynpr 0.0.1 → 0.1.0

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 (3) hide show
  1. data/History.txt +3 -0
  2. data/lib/rubynpr.rb +1 -1
  3. metadata +1 -1
data/History.txt CHANGED
@@ -2,3 +2,6 @@
2
2
 
3
3
  * Initial release of ruby-npr...!
4
4
 
5
+ === 0.1.0 / 2008-10-26
6
+
7
+ * Original version number was wrong...should have been 0.1.0 instead of 0.0.1! Fixed!
data/lib/rubynpr.rb CHANGED
@@ -24,5 +24,5 @@ require 'ruby-debug'
24
24
  require 'date'
25
25
 
26
26
  class RubyNPR
27
- VERSION = '0.0.1'
27
+ VERSION = '0.1.0'
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubynpr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tiffani Ashley Bell