my-sugar 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module MySugar
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/spec/all_spec.rb CHANGED
@@ -3,6 +3,7 @@ require 'my-sugar'
3
3
  describe MySugar do
4
4
 
5
5
  specify 'light block' do
6
+ ( [1,2,3].map &x{ to_s * 5 + ?! } ).should == %w[ 11111! 22222! 33333!]
6
7
  ( [1,2,3].all? &x{ is_a? Integer } ).should be_true
7
8
  ( [1,2,3].any? &x{ is_a? String } ).should be_false
8
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: my-sugar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: