iv-cli 0.0.4.a → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,3 @@
1
- require 'fileutils'
2
-
3
1
  class IV::CLI::Command::Init < IV::CLI::Command
4
2
  banner "Usage: iv init [options]"
5
3
 
@@ -1,5 +1,5 @@
1
1
  module IV
2
2
  module CLI
3
- VERSION = "0.0.4.a"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iv-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4.a
5
- prerelease: 6
4
+ version: 0.0.4
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Eric Saxby
@@ -211,9 +211,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
211
211
  required_rubygems_version: !ruby/object:Gem::Requirement
212
212
  none: false
213
213
  requirements:
214
- - - ! '>'
214
+ - - ! '>='
215
215
  - !ruby/object:Gem::Version
216
- version: 1.3.1
216
+ version: '0'
217
217
  requirements: []
218
218
  rubyforge_project:
219
219
  rubygems_version: 1.8.22