v2gpti 0.2.0.2 → 0.2.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fc1494fc25f93210628c5867223213fa0e252222
4
- data.tar.gz: c586004e870bdaab75a9245a5fe017cece2c93cb
3
+ metadata.gz: 5e69e16edb5358423c49a4b109ee611c055fe3fd
4
+ data.tar.gz: 2c90f667d52bf131e02184ce36c4424f546cc64b
5
5
  SHA512:
6
- metadata.gz: 1db75778e4325301405b04950e45871d19dfb97c791941f3c987002f1e8bf716dece5da5e0c6f2dda37f2e5038530a91ec0adb18d9b70a217df4c672cca4485a
7
- data.tar.gz: 72bbe2de345a3b85ebab7338faa858c027d24408c8c6773f9bba374c9ffd6e4bf2764497d3808a35e8218deeddbe71a75a0caed08468efec196ebffcfaee40ce
6
+ metadata.gz: 80dfe2e1b23885f87719776b8aee175ec7cdd7eaa13d1bc19017053b6ece83128fbfc0207cdace35d82f0b47d9d2277dae44a43122b298fdeb642e07613ec596
7
+ data.tar.gz: d2e46538da9bbdf4357e31fa0abd741484ef83b493ac89350583536a9865f40c5d0142015fd41655a08182d532986ad52c9dd1cdf3b073b743f3005e70886500
@@ -46,6 +46,7 @@ class GitPivotalTrackerIntegration::Command::Configuration
46
46
  pconfig = ParseConfig.new(config_filename)
47
47
  GitPivotalTrackerIntegration::Util::Git.set_config("pivotal.project-id", pconfig["pivotal-tracker"]["project-id"])
48
48
  end
49
+ nil
49
50
  end
50
51
 
51
52
  # Returns the Pivotal Tracker project id for this repository. If this id
@@ -37,6 +37,7 @@ describe GitPivotalTrackerIntegration::Command::Configuration do
37
37
  it 'should prompt the user for the API token if it is not configured' do
38
38
  GitPivotalTrackerIntegration::Util::Git.should_receive(:get_config).with('pivotal.api-token', :inherited).and_return('')
39
39
  @configuration.should_receive(:ask).and_return('test_api_token')
40
+ GitPivotalTrackerIntegration::Util::Git.should_receive(:set_config).with("pivotal.project-id", anything())
40
41
  GitPivotalTrackerIntegration::Util::Git.should_receive(:set_config).with('pivotal.api-token', 'test_api_token', :global)
41
42
 
42
43
  api_token = @configuration.api_token
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: v2gpti
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0.2
4
+ version: 0.2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Hale
@@ -188,7 +188,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
188
188
  requirements:
189
189
  - - ">="
190
190
  - !ruby/object:Gem::Version
191
- version: 1.8.7
191
+ version: '1.9'
192
192
  required_rubygems_version: !ruby/object:Gem::Requirement
193
193
  requirements:
194
194
  - - ">="