grape_ape_rails 0.5.0 → 0.5.1

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: 89bad81f1ef60d0be3b4f853574c8074cb8d4146
4
- data.tar.gz: 2bd838b6accee93b10c03222b79812e2f8c79dcc
3
+ metadata.gz: 20211d0d61dba9ad806f88f8ea9e787d6ae9ac50
4
+ data.tar.gz: fb3ad6d3d737ce6dcf2881c6d6979e627dc79840
5
5
  SHA512:
6
- metadata.gz: 37e00989c6ebfaa0d198cbec297d31b785e67a7814e9fc92c4a65073ef7197dfd19bae8549ae5fa45da9de7fb1dc233d7e712b6699bfed9423b229c0b768f5f2
7
- data.tar.gz: ab3e091b4de17060f961a596293eaed147d46df39d685896b7c23f0795f5980b1469aace37a65446fe072ac649c60463815bb8aa2586914e412a88a965a4220b
6
+ metadata.gz: f61b17889217ccd1ae707af14b481039c49638d84d496a3669c9a4125be178a9571e87410203ca0129a394fb87dced1cd81e6b883d46590c6e64ce297dd0261b
7
+ data.tar.gz: dab69feaac7a11ab08e4b3a65716bebc93bec60f60727317866fbc4e612a8e5cd76b1143ff96fc2815752a67784f30c5cfbc3b87f49c4934ec9695d5af004f4d
@@ -1,6 +1,6 @@
1
1
  GrapeApeRails.configure do |config|
2
2
  config.app_name = "%%APPNAME%%"
3
- config.organization_name = "&&ORGNAME&&"
3
+ config.organization_name = "%%ORGNAME%%"
4
4
  config.api_secret_key = "%%APIKEY%%"
5
5
  # config.api_header_security_enabled = true
6
6
  # config.api_security_algorithm = "sha256"
@@ -1,3 +1,3 @@
1
1
  module GrapeApeRails
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
@@ -1,12 +1,11 @@
1
1
  GrapeApeRails.configure do |config|
2
- config.organization_name = "monkeyworks"
3
2
  config.app_name = "titan"
4
- config.api_secret_key = "123456fakefakefake123456"
3
+ config.organization_name = "monkeyworks"
4
+ config.api_secret_key = "eb29e6a98f5e2fe8baa171bad1661d97f8bc68106026db58b153d8abaf843a87"
5
5
  # config.api_header_security_enabled = true
6
6
  # config.api_security_algorithm = "sha256"
7
- # config.api_header_security_uses_request_body = false
8
- config.security_envelope_debug = false
9
- config.available_locales = %i[ en jp es de ]
7
+ # config.security_envelope_debug = false
8
+ config.available_locales = %i[ en jp es ]
10
9
  end
11
10
 
12
11
  # Subscribe to grape request and log with Rails.logger
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grape_ape_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt E. Patterson
@@ -362,7 +362,7 @@ files:
362
362
  - README.md
363
363
  - Rakefile
364
364
  - grape_ape_rails.gemspec
365
- - lib/generators/setup_generator.rb
365
+ - lib/generators/grape_ape_rails/setup_generator.rb
366
366
  - lib/generators/templates/initializer.rb
367
367
  - lib/grape_ape_rails.rb
368
368
  - lib/grape_ape_rails/api.rb