git-ready 0.8.9 → 0.8.10

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: 0e149308a75d1a003176b024401b02259b8a5249
4
- data.tar.gz: 4fd8482e5635e5d781da6645b2121dc7173ed784
3
+ metadata.gz: f555541f19726bbe6119204f1f094a79a72adb03
4
+ data.tar.gz: ab625a112f12c7875212f731a8972482c5286afd
5
5
  SHA512:
6
- metadata.gz: e71ae4a75a074c4663e24b8a346d8335588f7b2563eea350699d3dddbc55f66f4f70e7f74b23927b78ec7fca52482ecb79a87faa917a06d272204f74e0a42b73
7
- data.tar.gz: 2b436325b2b71e3ca713d3fce0ca6005231f57f5f2494c8bb60518f36c14584063d3ef69ae408fda46cbeccd219d5bf381134cd30283759ab7c5e3a4955a3ce1
6
+ metadata.gz: 34134013e648ca94f535ac4d60967e3a42a1e06fa80d176dff357806444c793d20d9581688797360f796a9cb452dc459e4507f52d1cde70ed8091c352bef428f
7
+ data.tar.gz: 05759e13b688a495698600aaa425a1aefc735bedc1da1f0c536bafedf4da4400e35d03b28ba6d9e0d3baa9894dea5f91adc7700b69488d92542c28431f200396
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.9
1
+ 0.8.10
data/git-ready.gemspec CHANGED
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: git-ready 0.8.9 ruby lib
5
+ # stub: git-ready 0.8.10 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "git-ready"
9
- s.version = "0.8.9"
9
+ s.version = "0.8.10"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Chris Olstrom"]
14
- s.date = "2015-07-06"
14
+ s.date = "2015-07-07"
15
15
  s.description = "git-ready gets you ready to work with an established team that already uses GitHub."
16
16
  s.email = "chris@olstrom.com"
17
17
  s.executables = ["git-ready"]
@@ -30,7 +30,7 @@ module InteractiveSetup
30
30
  def self.save(settings)
31
31
  config_path = File.expand_path '~/.config'
32
32
  Dir.mkdir config_path unless Dir.exist? config_path
33
- File.write "#{config_path}/config.yaml", YAML.dump(settings)
33
+ File.write "#{config_path}/git-ready.yaml", YAML.dump(settings)
34
34
  Announce.success "Configuration saved to #{config_path}"
35
35
  end
36
36
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-ready
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.9
4
+ version: 0.8.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Olstrom
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-06 00:00:00.000000000 Z
11
+ date: 2015-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: contracts