slodd 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/slodd +1 -1
  2. data/lib/slodd/version.rb +1 -1
  3. metadata +4 -4
data/bin/slodd CHANGED
@@ -13,7 +13,7 @@ OptionParser.new do |opt|
13
13
  options[:url] = s
14
14
  end
15
15
 
16
- opt.on( '-f', '--file-schema-path PATH', 'Path to schema.rb') do |opt|
16
+ opt.on( '-f', '--file-schema-path PATH', 'Path to schema.rb') do |f|
17
17
  options[:file] = f
18
18
  end
19
19
 
data/lib/slodd/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Slodd
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slodd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-19 00:00:00.000000000 Z
12
+ date: 2013-12-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord
@@ -104,7 +104,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
104
104
  version: '0'
105
105
  segments:
106
106
  - 0
107
- hash: -3415959516163211850
107
+ hash: -1602909029375330421
108
108
  required_rubygems_version: !ruby/object:Gem::Requirement
109
109
  none: false
110
110
  requirements:
@@ -113,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  version: '0'
114
114
  segments:
115
115
  - 0
116
- hash: -3415959516163211850
116
+ hash: -1602909029375330421
117
117
  requirements: []
118
118
  rubyforge_project:
119
119
  rubygems_version: 1.8.25