json_voorhees 1.4.9 → 1.5.0

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: 635716f5bd58e384d2666a335a7ea7986baaa3e4
4
- data.tar.gz: 1448df3a707425b239ab082558086645c707551d
3
+ metadata.gz: 71a66abefa5a85831ef4bbf9510d25bcf38dddb5
4
+ data.tar.gz: 56ccfc8f14228a4075ef1e7d3e91ee2023040229
5
5
  SHA512:
6
- metadata.gz: f71e96bf9063303590d44ae5c933b348098b4c53e8fadb37012a48012675e1ed9cee5e87184feb6253abd2204d1cd97a8c0e1b7e3a731e0430b463440c30c06c
7
- data.tar.gz: 931822834775f69e81239f372e5fea9de012a49f2fb42805a38415f881f63a47c348983354c2f1e17d2a38947ff6538e826882d636ddde2db893937d23a18a14
6
+ metadata.gz: e58f8950a27547257cab1183a88bbdf9fbc9dbe7cd5c747f2cb447a9c41858941fe9ed37d6d96d1be8a3707a2c7b073f00fb0b4f11bae47bc1986ce05682e5b1
7
+ data.tar.gz: 43e0f16175df29d0d4eed85c1c2c9ed5a633e349ee7c48dfa544c10f1b6ceb6522a67c1f14150a3ace2c091e5f8ce2b4bd242632b00b03cfc2d21b35885827df
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # JsonVoorhees 1.4.7
1
+ # JsonVoorhees 1.4.9
2
2
 
3
3
  ## Introduction
4
4
 
@@ -1,4 +1,6 @@
1
1
  class AppIndexController < ActionController::Base
2
2
  def app
3
+ #This might come in handy if using the backend for a website
4
+ #render :file => "#{RAILS_ROOT}/public/index.html"
3
5
  end
4
6
  end
@@ -1,3 +1,3 @@
1
1
  module JsonVoorhees
2
- VERSION = "1.4.9"
2
+ VERSION = "1.5.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: json_voorhees
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.9
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cleophus Robinson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-20 00:00:00.000000000 Z
11
+ date: 2014-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails