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 +5 -0
- data/README.txt +2 -0
- data/VERSION.yml +1 -1
- data/lib/piston/cli.rb +1 -1
- metadata +2 -2
data/History.txt
CHANGED
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
data/lib/piston/cli.rb
CHANGED
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.
|
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-
|
12
|
+
date: 2009-04-07 00:00:00 -07:00
|
13
13
|
default_executable: piston
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|