simple_contact 0.0.2 → 0.0.3

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: 89490a82edf10e775a3d64cdb669dea4d4af91d7
4
- data.tar.gz: f2f7234624ed6cb0a6e3ec51864894e62bad43c9
3
+ metadata.gz: 48805eb10daeba76b98108113ac409754bb0c28b
4
+ data.tar.gz: da419e7115b6aace7e178d06844486890196dee0
5
5
  SHA512:
6
- metadata.gz: 3142659b83ddc060badc1d54cf5fdc19ad1308e24de0d556d28d8a396dd26c858cfc951266516adcdc4d3c599acc3470ecb43b7c25bc516f1fa93dab8b02e688
7
- data.tar.gz: 3a2ded199cbad1374723d73e709e2a23b8ab5e91a4b9f89664b9248881374dcf7a55a885b67db5071b0fda0fd6b7fa70426c96936c5a3fa7e82eecad974e56ed
6
+ metadata.gz: a8dbf994bc975361f7c78c51207241ab6cca20ac2fb6aa95f8a677fd9c9ce60677bda8c6bad74290d02ff85e2f7ed953bbf8035cc82b6a8f9d020f3f7cfdb303
7
+ data.tar.gz: 97aaaf6d5ec81d4226378748865e48e5d5b99e2fec8cff97efc468a7a2d3232ed80ab8b20b23d5946ea3e32dccb820228ac1c3836513ab6bb896f89520f10ba0
@@ -1,5 +1,5 @@
1
1
  module SimpleContact
2
- class ApplicationController < ActionController::Base
2
+ class ApplicationController < ApplicationController
3
3
  layout 'application'
4
4
  end
5
5
  end
@@ -1,3 +1,3 @@
1
1
  module SimpleContact
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -6781,3 +6781,63 @@ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
6781
6781
 
6782
6782
  Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:41:33 -0700
6783
6783
  Served asset /application.js - 304 Not Modified (3ms)
6784
+
6785
+
6786
+ Started GET "/" for 127.0.0.1 at 2013-11-22 17:53:17 -0700
6787
+ Processing by HomeController#index as HTML
6788
+ Rendered home/index.html.erb within layouts/application (0.0ms)
6789
+ Completed 200 OK in 3.4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
6790
+
6791
+
6792
+
6793
+
6794
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:53:17 -0700
6795
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-22 17:53:17 -0700
6796
+ Served asset /home.css - 304 Not Modified (1ms)
6797
+ Served asset /application.css - 304 Not Modified (2ms)
6798
+
6799
+
6800
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-22 17:53:17 -0700
6801
+
6802
+
6803
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:53:17 -0700
6804
+ Served asset /jquery.js - 304 Not Modified (0ms)
6805
+ Served asset /application.js - 304 Not Modified (0ms)
6806
+
6807
+
6808
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-22 17:53:17 -0700
6809
+
6810
+
6811
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-22 17:53:17 -0700
6812
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
6813
+ Served asset /home.js - 304 Not Modified (2ms)
6814
+
6815
+
6816
+ Started GET "/simple_contact" for 127.0.0.1 at 2013-11-22 17:53:21 -0700
6817
+ Processing by SimpleContact::ContactController#new as HTML
6818
+ Rendered /Users/ben/Sites/railsprojects/sandbox-apps/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (3.4ms)
6819
+ Completed 200 OK in 10.7ms (Views: 7.8ms | ActiveRecord: 0.0ms)
6820
+
6821
+
6822
+
6823
+
6824
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-22 17:53:21 -0700
6825
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-22 17:53:21 -0700
6826
+ Served asset /application.css - 304 Not Modified (0ms)
6827
+ Served asset /home.css - 304 Not Modified (0ms)
6828
+
6829
+
6830
+
6831
+
6832
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-22 17:53:21 -0700
6833
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-22 17:53:21 -0700
6834
+ Served asset /jquery.js - 304 Not Modified (0ms)
6835
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
6836
+
6837
+
6838
+
6839
+
6840
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-22 17:53:21 -0700
6841
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-22 17:53:21 -0700
6842
+ Served asset /home.js - 304 Not Modified (0ms)
6843
+ Served asset /application.js - 304 Not Modified (0ms)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_contact
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Eggett