nO_op 1.O.O.2 → 1.O.o.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/History.txt +9 -3
- data/spec/nO_op_spec.rb +1 -1
- metadata +5 -5
data/History.txt
CHANGED
|
@@ -1,15 +1,21 @@
|
|
|
1
|
-
== 1.
|
|
1
|
+
== 1.O.o.3 2011-10-06
|
|
2
|
+
|
|
3
|
+
* 2 miniscule enhancements:
|
|
4
|
+
* Specs run under 1.9.2
|
|
5
|
+
* Awesome version number
|
|
6
|
+
|
|
7
|
+
== 1.O.O.2 2011-09-23
|
|
2
8
|
|
|
3
9
|
* 2 miniscule enhancements:
|
|
4
10
|
* Added O.o
|
|
5
11
|
* Added o.O
|
|
6
12
|
|
|
7
|
-
== 1.
|
|
13
|
+
== 1.O.O.1 2011-09-23
|
|
8
14
|
|
|
9
15
|
* 1 miniscule enhancement:
|
|
10
16
|
* Added o_O
|
|
11
17
|
|
|
12
|
-
== 1.
|
|
18
|
+
== 1.O.O 2011-09-23
|
|
13
19
|
|
|
14
20
|
* 1 major enhancement:
|
|
15
21
|
* Initial release
|
data/spec/nO_op_spec.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nO_op
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 511
|
|
5
5
|
prerelease: 2
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- O
|
|
9
|
-
-
|
|
10
|
-
-
|
|
11
|
-
version: 1.O.
|
|
9
|
+
- o
|
|
10
|
+
- 3
|
|
11
|
+
version: 1.O.o.3
|
|
12
12
|
platform: ruby
|
|
13
13
|
authors:
|
|
14
14
|
- Yossef Mendelssohn
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2011-
|
|
19
|
+
date: 2011-10-06 00:00:00 Z
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
22
22
|
name: bacon
|