agile_check_in 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,8 +2,8 @@
2
2
  require File.expand_path('../lib/agile_check_in/version', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
- gem.authors = ["phillc"]
6
- gem.email = ["spyyderz@gmail.com"]
5
+ gem.authors = ["phillc", "rsliter"]
6
+ gem.email = ["spyyderz@gmail.com", "rsliter@thoughtworks.com"]
7
7
  gem.description = %q{Easy check in}
8
8
  gem.summary = %q{Easy check in}
9
9
  gem.homepage = ""
@@ -1,3 +1,3 @@
1
1
  module AgileCheckIn
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -6,7 +6,7 @@ module AgileCheckIn
6
6
  pair_names = ""
7
7
  story_number = ""
8
8
 
9
- history_file = '.shove_history.yml'
9
+ history_file = '/tmp/agile_check_in_history.yml'
10
10
  if File.exists?(history_file)
11
11
  shove_history = YAML::load(File.open(history_file))["shove"]
12
12
  pair_names = shove_history["pair"]
metadata CHANGED
@@ -1,19 +1,21 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: agile_check_in
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - phillc
9
+ - rsliter
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
12
- date: 2012-05-02 00:00:00.000000000 Z
13
+ date: 2012-05-02 00:00:00.000000000Z
13
14
  dependencies: []
14
15
  description: Easy check in
15
16
  email:
16
17
  - spyyderz@gmail.com
18
+ - rsliter@thoughtworks.com
17
19
  executables:
18
20
  - ci
19
21
  - cii
@@ -42,21 +44,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
42
44
  - - ! '>='
43
45
  - !ruby/object:Gem::Version
44
46
  version: '0'
45
- segments:
46
- - 0
47
- hash: 1403173583105450482
48
47
  required_rubygems_version: !ruby/object:Gem::Requirement
49
48
  none: false
50
49
  requirements:
51
50
  - - ! '>='
52
51
  - !ruby/object:Gem::Version
53
52
  version: '0'
54
- segments:
55
- - 0
56
- hash: 1403173583105450482
57
53
  requirements: []
58
54
  rubyforge_project:
59
- rubygems_version: 1.8.11
55
+ rubygems_version: 1.8.17
60
56
  signing_key:
61
57
  specification_version: 3
62
58
  summary: Easy check in