web-connect-rails 0.1.1 → 0.1.2

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: 73c737c4d369e6a8d3f964f9425675d7ce74c833
4
- data.tar.gz: 064605e95ea9a6670569289ea225ba77d4df957a
3
+ metadata.gz: 476c2668e2b1d808d39fa3fa623d5280c0798fdc
4
+ data.tar.gz: d4192369f9ecb8a5b0ebbc0cabac7c86f5928b9f
5
5
  SHA512:
6
- metadata.gz: 823c22989f50c57104f200d72274773b027e1e95cdf061c1fb4a22f33a29801c1cd201ec709473aff91135d101a145c4d5224d95815d2c85f11e72744eedc09f
7
- data.tar.gz: b9ac5a6ab31e072eeda124dab77f05d2a43aa86c60219bb44ab03cd897dfad1a255c2d9140f34369a83c4ddf4b2feb6f7a692ef77646ba854246f302b118e68a
6
+ metadata.gz: d2834f151d313b8fba1a16005f5ae23dc579d14c583a79e415e42743de81ed595788f9f387da7476e5553b0d9b48f954451326f8d3af5e1227b7a6493e2a0384
7
+ data.tar.gz: a4a64c2d37b2344985036ea369ba892e833857a56a47dd61fa5ebd51c87e69226e4a8f228d706b18cc3b750fd71e6d268c1b8399aec58c1de70ab30fef034863
@@ -1,7 +1,7 @@
1
1
  module Netfira
2
2
  module WebConnect
3
3
  module Rails
4
- VERSION = '0.1.1'
4
+ VERSION = '0.1.2'
5
5
  end
6
6
  end
7
7
  end
@@ -1,4 +1,4 @@
1
- require 'web_connect'
1
+ require 'web-connect'
2
2
 
3
3
  module Netfira::WebConnect
4
4
  module Rails
@@ -9,7 +9,6 @@ require "sprockets/railtie"
9
9
  # require "rails/test_unit/railtie"
10
10
 
11
11
  Bundler.require(*Rails.groups)
12
- require "web_connect_rails"
13
12
 
14
13
  module Dummy
15
14
  class Application < Rails::Application
@@ -455,3 +455,35 @@ Processing by InfoController#view as HTML
455
455
  Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
456
456
   (0.1ms) rollback transaction
457
457
   (0.0ms) rollback transaction
458
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "wc_schema_migrations".* FROM "wc_schema_migrations"
459
+ Netfira::WebConnect::Models::Table Load (0.1ms) SELECT "wc__tables".* FROM "wc__tables"
460
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "wc_schema_migrations".* FROM "wc_schema_migrations"
461
+  (0.3ms) begin transaction
462
+  (0.0ms) begin transaction
463
+ Started GET "/info" for 127.0.0.1 at 2014-06-04 17:10:28 +1000
464
+ Processing by InfoController#view as HTML
465
+ Rendered info/view.html within layouts/application (0.7ms)
466
+ Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
467
+  (0.0ms) rollback transaction
468
+  (0.0ms) rollback transaction
469
+  (0.0ms) begin transaction
470
+  (0.0ms) begin transaction
471
+ Started GET "/webconnect/info" for 127.0.0.1 at 2014-06-04 17:10:28 +1000
472
+  (0.0ms) rollback transaction
473
+  (0.0ms) rollback transaction
474
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "wc_schema_migrations".* FROM "wc_schema_migrations"
475
+ Netfira::WebConnect::Models::Table Load (0.1ms) SELECT "wc__tables".* FROM "wc__tables"
476
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT "wc_schema_migrations".* FROM "wc_schema_migrations"
477
+  (0.3ms) begin transaction
478
+  (0.0ms) begin transaction
479
+ Started GET "/info" for 127.0.0.1 at 2014-06-04 17:11:49 +1000
480
+ Processing by InfoController#view as HTML
481
+ Rendered info/view.html within layouts/application (0.6ms)
482
+ Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
483
+  (0.0ms) rollback transaction
484
+  (0.0ms) rollback transaction
485
+  (0.0ms) begin transaction
486
+  (0.0ms) begin transaction
487
+ Started GET "/webconnect/info" for 127.0.0.1 at 2014-06-04 17:11:49 +1000
488
+  (0.0ms) rollback transaction
489
+  (0.0ms) rollback transaction
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: web-connect-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Neil E. Pearson
@@ -96,7 +96,7 @@ files:
96
96
  - lib/netfira/web_connect/rails/request_trap.rb
97
97
  - lib/netfira/web_connect/rails/version.rb
98
98
  - lib/tasks/tasks.rake
99
- - lib/web_connect_rails.rb
99
+ - lib/web-connect-rails.rb
100
100
  - spec/dummy/Gemfile
101
101
  - spec/dummy/Gemfile.lock
102
102
  - spec/dummy/README.rdoc