about_yml 0.0.0 → 0.0.1

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: c4b7c2cf619f3f89753d3eedf409b807dc400b91
4
- data.tar.gz: 32b074f94be4e4c3458c4e8bb270a1f9ecfa0c02
3
+ metadata.gz: 03a231f06a80d9d2f2ce332ebca70e99e4a0644e
4
+ data.tar.gz: 8c3e49f850de5351742707ef1a13580e1ce33115
5
5
  SHA512:
6
- metadata.gz: 7335e922baee99f8a65ac43c677ed427103939a89eb445d3025dfa16358b90870597baa02ea9d760c16ed2605bd3c8cced2df4f782d81a2e17595753e8c78c57
7
- data.tar.gz: bbfd96bc5d9a8c8f2edeff6271efb6278d4823bc8e12280c5fddb8203224bbdb653d2dcf5ed80d0ec24f7222a701a51eb7dce9f0e8d2c8daa201707269a33d5b
6
+ metadata.gz: 59a44e4032515946d0530c5a98fe0b24e6cfad5039449ff63f600321f92ab5a04e67a544869c5262e9236d6de8a6f82ac6f17a59a2c4a0b04342d7b3b0670a4e
7
+ data.tar.gz: 69485beb3556c6e26d8e684f3d50dd4caa64b70511842a5fa3f8369a2ded5129574f18f60b4570361711f137db280debab2be1525665991c8013dc5c56d968b5
@@ -31,8 +31,8 @@ module AboutYml
31
31
  result
32
32
  end
33
33
 
34
- def self.fetch_file_contents(client, repo_full_name, ref: 'master')
35
- about = client.contents repo_full_name, path: '.about.yml', ref: ref
34
+ def self.fetch_file_contents(client, repo_full_name)
35
+ about = client.contents repo_full_name, path: '.about.yml'
36
36
  SafeYAML.load Base64.decode64(about['content'])
37
37
  end
38
38
 
@@ -1,5 +1,5 @@
1
1
  # @author Mike Bland (michael.bland@gsa.gov)
2
2
 
3
3
  module AboutYml
4
- VERSION = '0.0.0'
4
+ VERSION = '0.0.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: about_yml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Bland
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-30 00:00:00.000000000 Z
11
+ date: 2015-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: safe_yaml