lockpick 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/lockpick +1 -1
  2. data/lib/lockpick/version.rb +1 -1
  3. metadata +3 -3
data/bin/lockpick CHANGED
@@ -1,4 +1,4 @@
1
- #! /usr/bin/env ruby
1
+ #!/usr/bin/env ruby
2
2
  #
3
3
  # Pulls the public keys from the members of one or more team on GitHub and
4
4
  # populates the ~/.ssh/authorized_keys for the user running the script.
@@ -1,3 +1,3 @@
1
1
  module Lockpick
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lockpick
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -175,7 +175,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
175
175
  version: '0'
176
176
  segments:
177
177
  - 0
178
- hash: 2488233785368816938
178
+ hash: 4571190319562877000
179
179
  required_rubygems_version: !ruby/object:Gem::Requirement
180
180
  none: false
181
181
  requirements:
@@ -184,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
184
184
  version: '0'
185
185
  segments:
186
186
  - 0
187
- hash: 2488233785368816938
187
+ hash: 4571190319562877000
188
188
  requirements: []
189
189
  rubyforge_project:
190
190
  rubygems_version: 1.8.23