francois-piston 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ == 2.0.1 2009-04-01
2
+
3
+ * Finished testing on Ruby 1.9.1.
4
+ * Released new website.
5
+
1
6
  == 1.9.5 2008-11-12
2
7
 
3
8
  * Merged everything that was relevant from the community.
data/README.txt CHANGED
@@ -3,6 +3,8 @@ This is similar to <tt>svn:externals</tt>, except you have a local copy of
3
3
  the files, which you can modify at will. As long as the changes are
4
4
  mergeable, you should have no problems.
5
5
 
6
+ Piston is Ruby 1.9.1 compatible.
7
+
6
8
  This tool has a similar purpose than svnmerge.py which you can find in the
7
9
  contrib/client-side folder of the main Subversion repository at
8
10
  http://svn.collab.net/repos/svn/trunk/contrib/client-side/svnmerge.py.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
+ :patch: 2
2
3
  :major: 2
3
4
  :minor: 0
4
- :patch: 1
data/lib/piston/cli.rb CHANGED
@@ -63,7 +63,7 @@ module Piston
63
63
  end
64
64
 
65
65
  configure_logging(options)
66
- command = Piston::Commands.const_get(args.shift.classify).new(options)
66
+ command = Piston::Commands.const_get(args.shift.camelize).new(options)
67
67
  command.start(*args)
68
68
  end
69
69
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: francois-piston
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francois Beausoleil
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-01 00:00:00 -07:00
12
+ date: 2009-04-07 00:00:00 -07:00
13
13
  default_executable: piston
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency