grape-app 0.3.3 → 0.3.4

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: fc547f5bb946974a7132f21d2aa7e2bb931b41f4
4
- data.tar.gz: dca4e017f3c9d22f13b2d02357f1c8107f007c4b
3
+ metadata.gz: 35fda6888b2ff285a76febe526e36ac90c17ab05
4
+ data.tar.gz: f82a2dca85ce724bf26b4e68ee66b4c17b518af2
5
5
  SHA512:
6
- metadata.gz: 7b5d4ab50b12c8740830fc01cb2e2b6097ada3a7f811a87e867c42c3074635385e061594c2d5f582093fb6ee39c2ee7b4fa68fd3c5570cd86e515bb6d6142116
7
- data.tar.gz: fb144bd7feee0541142ab8a8f5a32c88d47e43d0a9523b1435e271287b0de26891ad61478ba8f916687e115e3c4ebd5f64cd7e2bbca3e15b25d15bd0ceb71b1a
6
+ metadata.gz: a5486d18163f99e82cb9dec238aea8d2d0bcb0cd7415b9463229530342dd7521bdbb0a9d81a14fdaf23be3dabb5a0d346decd821aa9cccbdc3aee64b26ac48a2
7
+ data.tar.gz: 26abb9bd50d83ecc058b762a20c37dbe6f1f07193586307c31a92fb1c5604e4a85176973e113e182b021420fc2b7a0ada0bc0d94ab953dfe1683b612e55aab53
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- grape-app (0.3.3)
4
+ grape-app (0.3.4)
5
5
  activesupport
6
6
  activesupport-json_encoder
7
7
  grape
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'grape-app'
5
- s.version = '0.3.3'
5
+ s.version = '0.3.4'
6
6
  s.authors = ['Black Square Media Ltd']
7
7
  s.email = ['info@blacksquaremedia.com']
8
8
  s.summary = %{Stanalone Grape API apps}
@@ -1,3 +1,5 @@
1
+ load File.expand_path("../tasks/core.rake", __FILE__)
2
+
1
3
  begin
2
4
  require 'active_record'
3
5
  load File.expand_path("../tasks/databases.rake", __FILE__)
@@ -0,0 +1,3 @@
1
+ task :environment do
2
+ require Bundler.root.join("config", "environment").to_s
3
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grape-app
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Black Square Media Ltd
@@ -174,6 +174,7 @@ files:
174
174
  - lib/grape/app/initializers/post.rb
175
175
  - lib/grape/app/initializers/pre.rb
176
176
  - lib/grape/app/tasks.rb
177
+ - lib/grape/app/tasks/core.rake
177
178
  - lib/grape/app/tasks/databases.rake
178
179
  - lib/grape/app/templates/Gemfile
179
180
  - lib/grape/app/templates/Rakefile