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 +4 -4
- data/Rakefile +2 -2
- data/VERSION +1 -1
- data/git-ready.gemspec +4 -4
- data/lib/git-ready/interactive_setup.rb +0 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3aee2edb6659990ecdef955a1cd226d03a0e68ee
|
|
4
|
+
data.tar.gz: 3d00853c585f38e18508b9fbf347ebc1edd4bdb6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
21
|
-
gem.description = %(git-ready gets you
|
|
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
|
+
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.
|
|
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.
|
|
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
|
|
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
|
|
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
|
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.
|
|
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
|
|
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
|
|
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
|