ruby-beautify 0.92.1 → 0.92.2

Sign up to get free protection for your applications and to get access to all the features.
data/bin/rbeautify CHANGED
@@ -1,5 +1,6 @@
1
1
  #!/usr/bin/ruby
2
2
  require 'ruby-beautify'
3
+ require 'optparse'
3
4
 
4
5
  include RBeautify
5
6
 
@@ -1,3 +1,3 @@
1
1
  module RBeautify
2
- VERSION = "0.92.1"
2
+ VERSION = "0.92.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-beautify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.92.1
4
+ version: 0.92.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2012-07-10 00:00:00.000000000 Z
15
+ date: 2012-07-20 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: rspec