mss-svn2git 1.2.1.1 → 1.2.4
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/ChangeLog.markdown +12 -0
- data/VERSION.yml +1 -1
- metadata +2 -2
data/ChangeLog.markdown
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# 1.2.4 - 2009-05-04
|
|
2
|
+
|
|
3
|
+
* No changes. I ran the jeweler command twice inadvertently. Tearing down the release would be more harmful than helpful.
|
|
4
|
+
|
|
5
|
+
# 1.2.3 - 2009-05-04
|
|
6
|
+
|
|
7
|
+
* Yanked out the code referencing the gem by name. This shouldn't be necessary at all.
|
|
8
|
+
|
|
9
|
+
# 1.2.2 - 2009-05-04
|
|
10
|
+
|
|
11
|
+
* Updated the reference gem in the binary to use this one and not the one on RubyForge.
|
|
12
|
+
|
|
1
13
|
# 1.2.1 - 2009-04-19
|
|
2
14
|
|
|
3
15
|
* Fixed a problem with the svn2git binary not loading command-line args properly.
|
data/VERSION.yml
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mss-svn2git
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Coglan
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2009-04
|
|
13
|
+
date: 2009-05-04 00:00:00 -07:00
|
|
14
14
|
default_executable: svn2git
|
|
15
15
|
dependencies: []
|
|
16
16
|
|