githug 0.4.5 → 0.4.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/githug.gemspec +1 -1
- data/levels/checkout_tag.rb +1 -1
- data/levels/contribute.rb +1 -1
- data/lib/githug/version.rb +1 -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: 66a400a127b6d5624b58c71bab3485fe4e7a31aa
|
4
|
+
data.tar.gz: 5b463d630abfb75373777557b382f7bd2461a730
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23dff6d23a8776e4b299e5f9bf948497fcd4309431d9e556a2c697ae9cbd8cd5fb071287c94bef934e4b64f0ede733ff4b3dd64e5d1553221d326d21533ee60b
|
7
|
+
data.tar.gz: 3aa778fc184790e872d3778857f8ec3bcfb144a85f3d3dcd1bb0a34b0c9272225b8892c18cadff11066bdcf72a82e98e2ead05a0dcc61a771da7110f2aa35f53
|
data/githug.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
7
7
|
s.version = Githug::VERSION
|
8
8
|
s.authors = ["Gary Rennie"]
|
9
9
|
s.email = ["webmaster@gazler.com"]
|
10
|
-
s.homepage = ""
|
10
|
+
s.homepage = "https://github.com/Gazler/githug"
|
11
11
|
s.summary = %q{An interactive way to learn git.}
|
12
12
|
s.description = %q{An interactive way to learn git.}
|
13
13
|
|
data/levels/checkout_tag.rb
CHANGED
data/levels/contribute.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
difficulty 3
|
2
|
-
description "This is the final level, the goal is to contribute to this repository by making a pull request on
|
2
|
+
description "This is the final level, the goal is to contribute to this repository by making a pull request on GitHub. Please note that this level is designed to encourage you to add a valid contribution to Githug, not testing your ability to create a pull request. Contributions that are likely to be accepted are levels, bug fixes and improved documentation."
|
3
3
|
|
4
4
|
solution do
|
5
5
|
location = "/tmp/githug"
|
data/lib/githug/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: githug
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gary Rennie
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-01-
|
11
|
+
date: 2016-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -485,7 +485,7 @@ files:
|
|
485
485
|
- spec/githug_spec.rb
|
486
486
|
- spec/spec_helper.rb
|
487
487
|
- spec/support/files/test_level.rb
|
488
|
-
homepage:
|
488
|
+
homepage: https://github.com/Gazler/githug
|
489
489
|
licenses: []
|
490
490
|
metadata: {}
|
491
491
|
post_install_message:
|