git-ready 0.8.1 → 0.8.2

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: 67bbbae5da4a174c80176513d0182b054dc08ab9
4
- data.tar.gz: 947a9b7211d4a1e400d5b76d430d031717d9871a
3
+ metadata.gz: 3aee2edb6659990ecdef955a1cd226d03a0e68ee
4
+ data.tar.gz: 3d00853c585f38e18508b9fbf347ebc1edd4bdb6
5
5
  SHA512:
6
- metadata.gz: 8dff0ce375cc45f110fecaa93b8b57a97255702fa2ca0a0becf67482ac93a02b7b91372cd0f56386e485431ea02a303ccb11e49f855c8f3cebe4a7679f4a9342
7
- data.tar.gz: 64231de54022f4a9683f2147c8f6a679b53d95af697b93e23084ef38b75b797d2a37e95dddee0d3fb08d93a3deac8daa074742a47aee86909c170d871382df13
6
+ metadata.gz: ff8755eb119f4022f9acd574f4fb134c05903efab77110df88b9193a626e8404b05ba1cdd2a76de7af4da6c65e7907d69e3835001f7434e523cc09f2b8bed0cd
7
+ data.tar.gz: b6a2c093a8471d43b13caa9b6540a462ada0a89802bea6dae618cb0df9a9636672050ed8470870f9304fc821e04f4e6c92940191c623f5893b7c45cbfae469b6
data/Rakefile CHANGED
@@ -17,8 +17,8 @@ Jeweler::Tasks.new do |gem|
17
17
  gem.name = 'git-ready'
18
18
  gem.homepage = 'http://github.com/colstrom/git-ready'
19
19
  gem.license = 'MIT'
20
- gem.summary = %(git-ready gets you read to work with an established team that already uses GitHub.)
21
- gem.description = %(git-ready gets you read to work with an established team that already uses GitHub.)
20
+ gem.summary = %(git-ready gets you ready to work with an established team that already uses GitHub.)
21
+ gem.description = %(git-ready gets you ready to work with an established team that already uses GitHub.)
22
22
  gem.email = 'chris@olstrom.com'
23
23
  gem.authors = ['Chris Olstrom']
24
24
  gem.files = `git ls-files`.split("\n")
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.1
1
+ 0.8.2
data/git-ready.gemspec CHANGED
@@ -2,17 +2,17 @@
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.1 ruby lib
5
+ # stub: git-ready 0.8.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "git-ready"
9
- s.version = "0.8.1"
9
+ s.version = "0.8.2"
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
14
  s.date = "2015-07-02"
15
- s.description = "git-ready gets you read to work with an established team that already uses GitHub."
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"]
18
18
  s.extra_rdoc_files = [
@@ -42,7 +42,7 @@ Gem::Specification.new do |s|
42
42
  s.homepage = "http://github.com/colstrom/git-ready"
43
43
  s.licenses = ["MIT"]
44
44
  s.rubygems_version = "2.4.5"
45
- s.summary = "git-ready gets you read to work with an established team that already uses GitHub."
45
+ s.summary = "git-ready gets you ready to work with an established team that already uses GitHub."
46
46
  s.test_files = ["spec/git-ready_spec.rb", "spec/spec_helper.rb"]
47
47
 
48
48
  if s.respond_to? :specification_version then
@@ -3,7 +3,6 @@ require 'highline/import'
3
3
  require 'octokit'
4
4
  require 'terminal-announce'
5
5
  require 'yaml'
6
- require 'pry'
7
6
 
8
7
  module InteractiveSetup
9
8
  include Contracts
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-ready
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Olstrom
@@ -234,7 +234,7 @@ dependencies:
234
234
  - - ">="
235
235
  - !ruby/object:Gem::Version
236
236
  version: '0'
237
- description: git-ready gets you read to work with an established team that already
237
+ description: git-ready gets you ready to work with an established team that already
238
238
  uses GitHub.
239
239
  email: chris@olstrom.com
240
240
  executables:
@@ -285,7 +285,7 @@ rubyforge_project:
285
285
  rubygems_version: 2.4.5
286
286
  signing_key:
287
287
  specification_version: 4
288
- summary: git-ready gets you read to work with an established team that already uses
288
+ summary: git-ready gets you ready to work with an established team that already uses
289
289
  GitHub.
290
290
  test_files:
291
291
  - spec/git-ready_spec.rb