ads-rails 0.0.8 → 0.1.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: 0dbe6f8bd7868c383aa4aecfce12cc4ebbdd84f1
4
- data.tar.gz: 86cdc4b15b30153d48065797bc465cdfce67c29c
3
+ metadata.gz: f3a718faa5f0d5b92d7817cf378cf902b6a6a95e
4
+ data.tar.gz: e2831ca03f42c7dc64653ab7d487613eecb7f864
5
5
  SHA512:
6
- metadata.gz: 1e72373314d0746492c515d759ef1dabc3310ccc22b22e92c1784acffc1d4aaef3f5239d5131ab5367ede6ac1defc0b7c7b3a6473761f673d7ea44dbef1a938b
7
- data.tar.gz: 3dc039382aeda618be8dfe0b0f20c04a98c4109df09ef88950f13eccc30fa4b5d36e427a0144321c41117180494fa6713082759e30adf452bafe6ff2b7ab0dc5
6
+ metadata.gz: 752c3b4eacb0c08e9bf04d37d5cc9717c2d9a0a3eafc331c6283b39711c871c35919dee7d89ff7abba0c6499b81afdd88908155e1876f421e2cad29d95ddddad
7
+ data.tar.gz: 992f635fd4ddfe5549b36e6be759ba68b5230091fdd1c9d152adaa52d6424fbd02b4b533c8b8c3190908d343884348fcb46901f22e562add8ef619bbffffc56d
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2013 Museways
1
+ Copyright 2014 Museways
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.rdoc CHANGED
@@ -21,7 +21,7 @@ Then bundle:
21
21
  In your view add a line like this wherever you like:
22
22
  <%= google_adsense_include_tag client: 'client', slot: 'slot', width: 'width', height: 'height' %>
23
23
 
24
- (Will only show the include tag in production unless renderer has been set)
24
+ (Will only show the include tag in production)
25
25
 
26
26
  = Configuration
27
27
 
@@ -1,7 +1,7 @@
1
1
  module Ads
2
2
  module Rails
3
3
 
4
- VERSION = '0.0.8'
4
+ VERSION = '0.1.0'
5
5
 
6
6
  end
7
7
  end
@@ -9,4 +9,5 @@
9
9
 
10
10
  # Make sure your secret_key_base is kept private
11
11
  # if you're sharing your code publicly.
12
+ Dummy::Application.config.secret_token = '3761e5818ce76ffc66003c18a54f10ea508328bda385c5de7987bdd89e1bb990ba0545c71a3015102055064b9a6ed06d46424758b3bb60ff243eaea584a5657f'
12
13
  Dummy::Application.config.secret_key_base = '3761e5818ce76ffc66003c18a54f10ea508328bda385c5de7987bdd89e1bb990ba0545c71a3015102055064b9a6ed06d46424758b3bb60ff243eaea584a5657f'
@@ -957,3 +957,46 @@ Started GET "/" for 127.0.0.1 at 2014-03-01 15:03:35 -0200
957
957
  Processing by PagesController#index as HTML
958
958
  Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
959
959
   (0.0ms) rollback transaction
960
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
961
+  (0.2ms) select sqlite_version(*)
962
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
963
+  (0.0ms) SELECT version FROM "schema_migrations"
964
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
965
+  (0.1ms) begin transaction
966
+ -------------------------------------------------------------------------------------------
967
+ IncludeTagTest: test_should_show_adsense_code_if_env_is_production_and_there_is_no_renderer
968
+ -------------------------------------------------------------------------------------------
969
+ Started GET "/" for 127.0.0.1 at 2014-06-08 18:12:29 -0300
970
+ Processing by PagesController#index as HTML
971
+ Rendered pages/index.html.erb within layouts/application (1.3ms)
972
+ Completed 200 OK in 26ms (Views: 25.6ms | ActiveRecord: 0.0ms)
973
+ Started GET "/" for 127.0.0.1 at 2014-06-08 18:12:29 -0300
974
+ Processing by PagesController#index as HTML
975
+ Rendered pages/index.html.erb within layouts/application (0.2ms)
976
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
977
+  (0.1ms) rollback transaction
978
+  (0.1ms) begin transaction
979
+ -------------------------------------------------------------------------------------------
980
+ IncludeTagTest: test_should_show_gray_div_if_env_is_not_production_and_there_is_no_renderer
981
+ -------------------------------------------------------------------------------------------
982
+
983
+
984
+ Started GET "/" for 127.0.0.1 at 2014-06-08 18:12:29 -0300
985
+ Processing by PagesController#index as HTML
986
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
987
+  (0.0ms) rollback transaction
988
+  (0.1ms) begin transaction
989
+ -------------------------------------------------------------------------------------------------
990
+ IncludeTagTest: test_should_show_renderer_output_if_env_is_not_production_and_there_is_a_renderer
991
+ -------------------------------------------------------------------------------------------------
992
+
993
+
994
+ Started GET "/" for 127.0.0.1 at 2014-06-08 18:12:29 -0300
995
+ Processing by PagesController#index as HTML
996
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
997
+
998
+
999
+ Started GET "/" for 127.0.0.1 at 2014-06-08 18:12:29 -0300
1000
+ Processing by PagesController#index as HTML
1001
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1002
+  (0.1ms) rollback transaction
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ads-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Museways
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-01 00:00:00.000000000 Z
11
+ date: 2014-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,28 +16,34 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 3.0.0
19
+ version: 3.1.0
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 4.2.0
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
27
  - - ">="
25
28
  - !ruby/object:Gem::Version
26
- version: 3.0.0
29
+ version: 3.1.0
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: 4.2.0
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: sqlite3
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
- - - ">="
37
+ - - "~>"
32
38
  - !ruby/object:Gem::Version
33
- version: '0'
39
+ version: '1.3'
34
40
  type: :development
35
41
  prerelease: false
36
42
  version_requirements: !ruby/object:Gem::Requirement
37
43
  requirements:
38
- - - ">="
44
+ - - "~>"
39
45
  - !ruby/object:Gem::Version
40
- version: '0'
46
+ version: '1.3'
41
47
  description: Adds a simple view helper to create the google adsense include tag.
42
48
  email:
43
49
  - hello@museways.com
@@ -117,7 +123,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
117
123
  requirements:
118
124
  - - ">="
119
125
  - !ruby/object:Gem::Version
120
- version: '0'
126
+ version: 1.9.3
121
127
  required_rubygems_version: !ruby/object:Gem::Requirement
122
128
  requirements:
123
129
  - - ">="