nirvdrum-svn2git 1.2.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.
Files changed (4) hide show
  1. data/ChangeLog.markdown +4 -0
  2. data/VERSION.yml +1 -1
  3. data/bin/svn2git +0 -3
  4. metadata +2 -2
data/ChangeLog.markdown CHANGED
@@ -1,3 +1,7 @@
1
+ # 1.2.1 - 2009-04-19
2
+
3
+ * Fixed a problem with the svn2git binary not loading command-line args properly.
4
+
1
5
  # 1.2.0 - 2009-04-17
2
6
 
3
7
  * Reworked command-line options so they work similarly to every other app in the world.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 2
3
- :patch: 1
3
+ :patch: 4
4
4
  :major: 1
data/bin/svn2git CHANGED
@@ -20,9 +20,6 @@
20
20
  # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
21
  # THE SOFTWARE.
22
22
 
23
- require 'rubygems'
24
- gem 'svn2git'
25
-
26
23
  require 'svn2git'
27
24
 
28
25
  migration = Svn2Git::Migration.new(ARGV)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nirvdrum-svn2git
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
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-19 00:00:00 -07:00
13
+ date: 2009-05-04 00:00:00 -07:00
14
14
  default_executable: svn2git
15
15
  dependencies: []
16
16