gris 0.0.5 → 0.0.6

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: 3dee1519f08d481cb3dc87b52b38b38541a0842d
4
- data.tar.gz: 0a289e0ac32d55f546ad16926e6dada6024ce8b3
3
+ metadata.gz: cb2434212540aa59d54c7169a9cfd4534f9d99e8
4
+ data.tar.gz: f599a57bbf4f49cdf9f16ea397fb82b8345642b3
5
5
  SHA512:
6
- metadata.gz: 8d3ecfdc6d5622cfe457b4c39ef0d4cb42d3ad3fbae11f52ee44a825045c3f7dfd5ad5825ab8bfc586e5be7d99b709431eb2565803220b606e074ecf9325c69e
7
- data.tar.gz: fb5ee5158b87ab99ab14977a4d02818b4f4e005911aedd7b4ce79ddae45053b9cf37de56f55798fa769da7f28a81229192635915b563fbd6f340acd806256ab8
6
+ metadata.gz: c9defa1b607a34889475df2513f81d067f299db1b971c3eb1a19e48a68a2bab378a9505b9bfa89ad5e14f744db8374f95b5c707ffb0c93b4255763af7c119067
7
+ data.tar.gz: a44f182b05f96cbc1fd1aa781c82519d95a49a82223eb1fd42900329d0840cb668dbde84877171ccead9c0c5211b3d0f1650e1de9d748b348d34c79eda9d25ed
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gris (0.0.5)
4
+ gris (0.0.6)
5
5
  activesupport (~> 4.2, >= 4.2.0)
6
6
  dotenv (~> 1.0.2, >= 1.0.2)
7
7
  git (~> 1.2, >= 1.2.8)
@@ -54,7 +54,6 @@ module Gris
54
54
  text << " templated: true\n"
55
55
  text << " }\n"
56
56
  text << " end\n"
57
- text << "\n"
58
57
  text
59
58
  end
60
59
  end
@@ -19,5 +19,6 @@ class ApplicationEndpoint < Grape::API
19
19
  get do
20
20
  present self, with: RootPresenter
21
21
  end
22
+
22
23
  # Additional mounted endpoints
23
24
  end
@@ -4,7 +4,7 @@ end
4
4
 
5
5
  shared_context 'with token authorization' do
6
6
  before(:each) do
7
- permitted_token = ENV['PERMITTED_TOKENS'].dup.gsub!(/[\[\]]/,'').split(/\s*,\s*/).first if ENV['PERMITTED_TOKENS']
7
+ permitted_token = ENV['PERMITTED_TOKENS'].dup.gsub!(/[\[\]]/, '').split(/\s*,\s*/).first if ENV['PERMITTED_TOKENS']
8
8
  header 'Http-Authorization', permitted_token
9
9
  end
10
10
  end
data/lib/gris/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Gris
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
 
4
4
  class Version
5
5
  class << self
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gris
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dylan Fareed