yore 0.0.8 → 0.0.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/VERSION +1 -1
  2. data/bin/yore +1 -2
  3. data/yore.gemspec +1 -1
  4. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.8
1
+ 0.0.9
data/bin/yore CHANGED
@@ -6,7 +6,6 @@ require 'rubygems'
6
6
  gem 'buzzcore'; require 'buzzcore';
7
7
  gem 'cmdparse'; require 'cmdparse'
8
8
 
9
- require_paths_first '../lib'
10
9
  require 'yore/yore_core'
11
10
 
12
11
  CMD_OPTIONS = {} # options given on command line
@@ -29,7 +28,7 @@ end
29
28
 
30
29
  cmd = CmdParse::CommandParser.new( true )
31
30
  cmd.program_name = "yore"
32
- cmd.program_version = [0, 0, 8]
31
+ cmd.program_version = [0, 0, 9]
33
32
  # Options are given after a command and before arguments on the command line
34
33
  # so global options are given first, before the first command
35
34
  # ie ruby yore.rb --global_option command --command_option argument1 argument2 argumentn
data/yore.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{yore}
8
- s.version = "0.0.8"
8
+ s.version = "0.0.9"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["buzzware"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yore
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - buzzware