tgauge 0.1.6 → 0.1.7

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: 8b083f0e37ba55d4d6446be578a5df7a0f1cd8bf
4
- data.tar.gz: c8b983e5ef0d00c8d440b3829046611af8e6ef6b
3
+ metadata.gz: c9e8bc7c2dc687cd9ad7bcf149d6871f0b583df4
4
+ data.tar.gz: fede56a08aedad5dffb5eb7f8eeb5c12580e3019
5
5
  SHA512:
6
- metadata.gz: d29d8b715ba90cc873e9ea17bdcc673db74926e47704eac2bf4c05033567f2cce30323831887fb8b3f9b2bc462622075587ab340bf904385ce913eeb82852aa5
7
- data.tar.gz: 88f045c8187589f620dd7d2e49a61e094f0dc4cb99586de9357b4a5c0323f703455b195a61f519a02fed7619ae39dd2f625b6d50be6b2f0b796c6a2315fd1af0
6
+ metadata.gz: 5827a7e47d6f5dcaaca9b36e05dad7d92b0a7e2f8db291458ef04260861c0f4cad7c9ce40adb4e0ce60482f17d0f53c7600b32cee1fa5685bf5b5cb625b8ed2a
7
+ data.tar.gz: 198685c673d66bc80f57f24beb1aa56a03066ee7d509f819ba1fed55ce11f23f842c11a80ed863ea289d9c9ef46900eaa76695c95a22adabf6bb91922f805758
@@ -0,0 +1,3 @@
1
+ class ApplicationController < Puffs::ControllerBase
2
+ #Prevent CSRF attacks by raising an exception.
3
+ end
@@ -1,3 +1,3 @@
1
1
  module TGauge
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tgauge
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nam Kim
@@ -164,6 +164,7 @@ files:
164
164
  - lib/db/static_viewer.rb
165
165
  - lib/db/templates/error_page.html.erb
166
166
  - lib/templates/Gemfile
167
+ - lib/templates/app/application_controller.rb
167
168
  - lib/templates/config/routes.rb
168
169
  - lib/templates/db/seeds.rb
169
170
  - lib/tgauge.rb