enumerative 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,8 +10,8 @@ shared_examples_for 'an Enumeration' do
10
10
 
11
11
  let :immutable_error do
12
12
  RUBY_VERSION > "1.9.2" ?
13
- "can't modify frozen string" :
14
- "can't modify frozen String"
13
+ "can't modify frozen String" :
14
+ "can't modify frozen string"
15
15
  end
16
16
 
17
17
  it 'should have the expected #key' do
@@ -1,5 +1,5 @@
1
1
  module Enumerative
2
2
 
3
- VERSION = "1.2.0"
3
+ VERSION = "1.2.1"
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enumerative
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: