afurmanov-clicase 0.1.10 → 0.1.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.rdoc +1 -1
  2. data/VERSION.yml +1 -1
  3. data/clicase.gemspec +1 -1
  4. metadata +1 -1
@@ -20,7 +20,7 @@ Assuming you decided to write a new command line utility CliApp and you know tha
20
20
  end
21
21
 
22
22
  = Shortcumings
23
- Only tested on the 1.8.7 Ruby implementation and Shoulda 2.10.1
23
+ Only tested on the 1.8.7 Ruby implementation and with Shoulda 2.10.1
24
24
 
25
25
  = License
26
26
  CliCase is released under the MIT license.
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 1
3
- :patch: 10
3
+ :patch: 11
4
4
  :major: 0
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{clicase}
5
- s.version = "0.1.10"
5
+ s.version = "0.1.11"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Aleksandr Furmanov"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: afurmanov-clicase
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aleksandr Furmanov