team_api 0.0.9 → 0.0.10

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: bf53595241cc4fe02b10a666a10f9f3ab5ca8389
4
- data.tar.gz: a1bf4c5f116949067db9fb6c661f552ee958d455
3
+ metadata.gz: 7eea87de342e4012fb94967e8eab63740c879d4e
4
+ data.tar.gz: 57088f7ff058759e77607ac23709c472d4e37053
5
5
  SHA512:
6
- metadata.gz: 01198398379e2c70866c6face0ef88b760fe86f515b97672571d16c40a2075b342bea5ee156b5304c547d68275f4c40947a423c94135b9df364dc74c761a4567
7
- data.tar.gz: 9e3d039c425ad69a4d96d253c87aaaf542088a887ad5476543eab2c0db407ec5b7992c23f00b9834ad3869d87535a7a95cba60310af1c4fffe72fab65c1f3799
6
+ metadata.gz: a356708d7b61188ba49b0ad3434cbc092df5ee8f0e19f1bfc8d10e14ad73fe25c8dd4150b8c19a37b39ce0f982ed30e86eed5513b18f5070f1fc702c845ccd97
7
+ data.tar.gz: 30692609d6d3f5b4aa837e492ee87f11933ddcff7808459a9ed97015eb51a39dc5fbe5a71109f6db8fded6f5330f478010f6d14f54259a36c199953768008754
@@ -17,7 +17,7 @@ module TeamApi
17
17
  content = content[end_front_matter..-1]
18
18
  front_matter = SafeYAML.load front_matter, safe: true
19
19
  yield front_matter
20
- File.write filename, "#{front_matter.to_yaml}#{content}"
20
+ File.write filename.downcase, "#{front_matter.to_yaml}#{content}"
21
21
  end
22
22
 
23
23
  def self.front_matter_end_index(filename, content)
@@ -1,5 +1,5 @@
1
1
  # @author Mike Bland (michael.bland@gsa.gov)
2
2
 
3
3
  module TeamApi
4
- VERSION = '0.0.9'
4
+ VERSION = '0.0.10'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: team_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
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-12-28 00:00:00.000000000 Z
11
+ date: 2016-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler