faalis 0.16.0 → 0.16.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: 6cb432bbaba6c1a12a581c9acdd3814d89be3d0a
4
- data.tar.gz: 93eae05d5c3b2be637c518425199ddd6909dd522
3
+ metadata.gz: 225391cf40f5ca8cdf97e7f4d53241252e500408
4
+ data.tar.gz: bf3c19927049eb4279aac48e8220983ab174fd58
5
5
  SHA512:
6
- metadata.gz: 1b6df7c4975998f16542761762fa7bf68ea5a38be13d1c991fe0daa8aa326b9c7b3e2259f6da96e97e36fc0c35ac8df2e3e44734eecdb497a10d276eeecad2bb
7
- data.tar.gz: f791ceaf0a0874ae4d754950fdd7bce0839a7c7c3beb5777af267b96003d4f29d1e2be3b1d2f8ce5f9ed26e14f369f7b40b708eb6af58b93aa250a213cbc4e57
6
+ metadata.gz: 82fcaf0417b281962fa4b7a7645d6718458629791c864e0fc61ab542ec0524f17b6b5f7d84276a8aabd5d92985f3a18fb0844cf000fcbb8e97ce5a0f6fd38914
7
+ data.tar.gz: 1be3c8caaad28105dee68003e34a0e0948f75b6d9757f0c8551247e58be300650bd042f034827bc692a866047eeee775d1439cfe001dff95cd3db1e3b1078219
@@ -18,5 +18,5 @@
18
18
  # -----------------------------------------------------------------------------
19
19
 
20
20
  module Faalis
21
- VERSION = "0.16.0"
21
+ VERSION = "0.16.1"
22
22
  end
@@ -39,6 +39,7 @@ module Faalis
39
39
  template "fast_gettext.rb", "config/initializers/fast_gettext.rb"
40
40
  template "formtastic.rb", "config/initializers/formstatic.rb"
41
41
  template "seeds.rb", "db/seeds.rb"
42
+ template "api_controller.rb", "app/controllers/api_controller.rb"
42
43
  end
43
44
 
44
45
  def copy_js_manifest
@@ -0,0 +1,2 @@
1
+ class APIController < Faalis::APIController
2
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: faalis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.16.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sameer Rahmani
@@ -576,6 +576,7 @@ files:
576
576
  - lib/generators/faalis/templates/spec/spec_helper.rb
577
577
  - lib/generators/faalis/templates/spec/factories/users.rb
578
578
  - lib/generators/faalis/templates/spec/factories/groups.rb
579
+ - lib/generators/faalis/templates/api_controller.rb
579
580
  - lib/generators/faalis/templates/views/show.json.jbuilder.erb
580
581
  - lib/generators/faalis/templates/views/destroy.json.jbuilder.erb
581
582
  - lib/generators/faalis/templates/views/update.json.jbuilder.erb