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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5e6b48271a2bda230ebd1706f27995f9fee4a28e
4
- data.tar.gz: 0d3dbd6ed1913a20478bac74f0820cbc007e0715
3
+ metadata.gz: 66a400a127b6d5624b58c71bab3485fe4e7a31aa
4
+ data.tar.gz: 5b463d630abfb75373777557b382f7bd2461a730
5
5
  SHA512:
6
- metadata.gz: 377a4ac9ee7cd899df4f6a0672c5122543299a6bef70d5d6d946b8f8a3cbdd5351f4a209f5a20d6782eba3fa09f03bc7ef105d3a1608d4eff243061fe9e3101f
7
- data.tar.gz: 7892ecf73c3fdf941c72f1879a2f0dbd41f03abd12428d183e2bfba1562bfc1ea92efd3c5db6f441842e306eb2ebca26390c4f17b0e3ef1ab7218ef819e92c17
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
 
@@ -30,7 +30,7 @@ end
30
30
 
31
31
  solution do
32
32
  return false unless repo.commits.length == 5
33
- return false unless `git show HEAD` =~ /Some more changes/
33
+ return false unless `git show HEAD --format=%s` =~ /Some more changes/
34
34
  true
35
35
  end
36
36
 
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 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."
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"
@@ -1,3 +1,3 @@
1
1
  module Githug
2
- VERSION = "0.4.5"
2
+ VERSION = "0.4.6"
3
3
  end
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.5
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-01 00:00:00.000000000 Z
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: