nirvdrum-svn2git 1.2.0 → 1.2.1

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 (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/bin/svn2git +1 -9
  3. metadata +2 -2
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 2
3
- :patch: 0
3
+ :patch: 1
4
4
  :major: 1
@@ -25,13 +25,5 @@ gem 'svn2git'
25
25
 
26
26
  require 'svn2git'
27
27
 
28
- url = ARGV.shift
29
- options = ARGV.inject({}) do |memo, arg|
30
- parts = arg.split('=')
31
- memo[parts.first.to_sym] = parts.last
32
- memo
33
- end
34
-
35
- migration = Svn2Git::Migration.new(url, options)
28
+ migration = Svn2Git::Migration.new(ARGV)
36
29
  migration.run!
37
-
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.0
4
+ version: 1.2.1
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-17 00:00:00 -07:00
13
+ date: 2009-04-19 00:00:00 -07:00
14
14
  default_executable: svn2git
15
15
  dependencies: []
16
16