afurmanov-clicase 0.1.8 → 0.1.9

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
data/README.rdoc CHANGED
@@ -8,7 +8,7 @@ sudo gem install afurmanov-clicase
8
8
  == Example
9
9
  Assuming you decided to write a new command line utility CliApp and you know that CliApp#run is its entry point. You may start with writing simplest test:
10
10
 
11
- requie 'clicase'
11
+ requrie 'clicase'
12
12
 
13
13
  class CliTest < Test::Unit::TestCase
14
14
  run_command_line_as {CliApp.run}
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 1
3
- :patch: 8
3
+ :patch: 9
4
4
  :major: 0
data/clicase.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{clicase}
5
- s.version = "0.1.8"
5
+ s.version = "0.1.9"
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.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aleksandr Furmanov