aanand-ruby-do-notation 0.1 → 0.2
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/ruby-do-notation.gemspec +3 -3
- metadata +1 -1
data/ruby-do-notation.gemspec
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
|
|
2
|
-
# Gem::Specification for Ruby-do-notation-0.
|
|
2
|
+
# Gem::Specification for Ruby-do-notation-0.2
|
|
3
3
|
# Originally generated by Echoe
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |s|
|
|
6
6
|
s.name = %q{ruby-do-notation}
|
|
7
|
-
s.version = "0.
|
|
7
|
+
s.version = "0.2"
|
|
8
8
|
|
|
9
9
|
s.specification_version = 2 if s.respond_to? :specification_version=
|
|
10
10
|
|
|
@@ -54,6 +54,6 @@ end
|
|
|
54
54
|
# p.summary = 'Haskell-style monad do-notation for Ruby'
|
|
55
55
|
# p.email = 'aanand.prasad@gmail.com'
|
|
56
56
|
# p.url = 'http://github.com/aanand/ruby-do-notation/tree/master'
|
|
57
|
-
# p.version = '0.
|
|
57
|
+
# p.version = '0.2'
|
|
58
58
|
# p.dependencies = ['ParseTree', 'ruby2ruby']
|
|
59
59
|
# end
|