gitjour 6.0.0 → 6.0.9

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.
@@ -18,7 +18,7 @@ module Gitjour
18
18
  puts
19
19
  end
20
20
  when "clone"
21
- clone(repository_name)
21
+ clone(argument)
22
22
  when "serve"
23
23
  serve(argument)
24
24
  else
@@ -2,7 +2,7 @@ module Gitjour #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 6
4
4
  MINOR = 0
5
- TINY = 0
5
+ TINY = 9
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitjour
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.0
4
+ version: 6.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chad Fowler