off_github 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,8 @@ A simple tool which helps migrate your locally installed gems from github to gem
4
4
 
5
5
  == Run
6
6
 
7
+ Make sure you have gemcutter installed by following these instructions[http://gemcutter.org].
8
+
7
9
  % sudo gem install off_github
8
10
  % off_github
9
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.1
1
+ 1.1.2
@@ -214,7 +214,7 @@ Couldn't find these gems on Gemcutter:
214
214
  def self.cmd(cmd, wet = false)
215
215
  cmd = "sudo #{cmd}" if @use_sudo
216
216
  puts "running: #{cmd}"
217
- system("sudo " + cmd) if @wet
217
+ system(cmd) if @wet
218
218
  end
219
219
  end
220
220
  end
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{off_github}
8
- s.version = "1.1.1"
8
+ s.version = "1.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Maxim Chernyak"]
12
- s.date = %q{2009-11-04}
12
+ s.date = %q{2009-11-05}
13
13
  s.default_executable = %q{off_github}
14
14
  s.description = %q{A simple tool which helps migrate your locally installed gems from github to gemcutter. It will find all the gems installed from github and recognize them on gemcutter using some recursive string matching. It will then present you with a list of everything it will migrate and ask for permission before touching anything.}
15
15
  s.email = %q{max@bitsonnet.com}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: off_github
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maxim Chernyak
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-11-04 00:00:00 -05:00
12
+ date: 2009-11-05 00:00:00 -05:00
13
13
  default_executable: off_github
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency