exceptionally_beautiful 0.1.3 → 0.1.4

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: b9c8dd5cbbc6fb0de4857afa94e6cca5b130164b
4
- data.tar.gz: 44aa8aaef76ccaea24c783127c3789ceca8bd9bf
3
+ metadata.gz: 95ec4abd5a659d58ed51251dd4c198097a548b97
4
+ data.tar.gz: 466608b074a203acdb2f21ddd47fd0956d4f90a2
5
5
  SHA512:
6
- metadata.gz: 687fcecbd912c7fbbe5eb38bbfa6f65291046d10824e0d04cb4c535e8fc9e445f917f36f200bb0912c5f817c68bfdc762e9e48a8ad016f0c6e23fed3a5bdb380
7
- data.tar.gz: b6cd6c2b234403f2c7b6ab13dd324f2408e3a736b340b29ca305c82a7989f514e37f19067eb2ca9463c08dec4c9c416ca1f69c6c86a10708843c97cce09010cd
6
+ metadata.gz: 6ed3eb6a8239b7d09a02f71b6e8fc13f3eeba83d9cc1dff87d6321ae819cfc0c790a2ef1b5497c5147dabb5d8b9184481cdb96b4f049b06094cdeae04b5c522d
7
+ data.tar.gz: 271f494d5cec28e3c637962aec8194638bc1c91f00242aedf94b3369e77f79cc0cbfb70d1cf33d55133c476a21b9458e76d032666e2f252308bdf77e3105b6f5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.1.4 (2015-07-13)
4
+
5
+ * Allow an application's named routes to work within custom layouts.
6
+
3
7
  ## 0.1.3 (2015-03-02)
4
8
 
5
9
  * Fixed issue with `Gemfile.lock` being stuck on 0.1.1.
data/Gemfile.lock CHANGED
@@ -1,49 +1,49 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- exceptionally_beautiful (0.1.3)
4
+ exceptionally_beautiful (0.1.4)
5
5
  rails (~> 4.2.0)
6
6
  redcarpet (> 3.0.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionmailer (4.2.0)
12
- actionpack (= 4.2.0)
13
- actionview (= 4.2.0)
14
- activejob (= 4.2.0)
11
+ actionmailer (4.2.3)
12
+ actionpack (= 4.2.3)
13
+ actionview (= 4.2.3)
14
+ activejob (= 4.2.3)
15
15
  mail (~> 2.5, >= 2.5.4)
16
16
  rails-dom-testing (~> 1.0, >= 1.0.5)
17
- actionpack (4.2.0)
18
- actionview (= 4.2.0)
19
- activesupport (= 4.2.0)
20
- rack (~> 1.6.0)
17
+ actionpack (4.2.3)
18
+ actionview (= 4.2.3)
19
+ activesupport (= 4.2.3)
20
+ rack (~> 1.6)
21
21
  rack-test (~> 0.6.2)
22
22
  rails-dom-testing (~> 1.0, >= 1.0.5)
23
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
24
- actionview (4.2.0)
25
- activesupport (= 4.2.0)
23
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
24
+ actionview (4.2.3)
25
+ activesupport (= 4.2.3)
26
26
  builder (~> 3.1)
27
27
  erubis (~> 2.7.0)
28
28
  rails-dom-testing (~> 1.0, >= 1.0.5)
29
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
30
- activejob (4.2.0)
31
- activesupport (= 4.2.0)
29
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
30
+ activejob (4.2.3)
31
+ activesupport (= 4.2.3)
32
32
  globalid (>= 0.3.0)
33
- activemodel (4.2.0)
34
- activesupport (= 4.2.0)
33
+ activemodel (4.2.3)
34
+ activesupport (= 4.2.3)
35
35
  builder (~> 3.1)
36
- activerecord (4.2.0)
37
- activemodel (= 4.2.0)
38
- activesupport (= 4.2.0)
36
+ activerecord (4.2.3)
37
+ activemodel (= 4.2.3)
38
+ activesupport (= 4.2.3)
39
39
  arel (~> 6.0)
40
- activesupport (4.2.0)
40
+ activesupport (4.2.3)
41
41
  i18n (~> 0.7)
42
42
  json (~> 1.7, >= 1.7.7)
43
43
  minitest (~> 5.1)
44
44
  thread_safe (~> 0.3, >= 0.3.4)
45
45
  tzinfo (~> 1.1)
46
- arel (6.0.0)
46
+ arel (6.0.2)
47
47
  ast (1.1.0)
48
48
  builder (3.2.2)
49
49
  capybara (2.2.1)
@@ -64,7 +64,7 @@ GEM
64
64
  erubis (2.7.0)
65
65
  ffi (1.9.6)
66
66
  formatador (0.2.4)
67
- globalid (0.3.2)
67
+ globalid (0.3.5)
68
68
  activesupport (>= 4.1.0)
69
69
  guard (2.5.1)
70
70
  formatador (>= 0.2.4)
@@ -78,26 +78,25 @@ GEM
78
78
  guard-rubocop (1.0.2)
79
79
  guard (~> 2.0)
80
80
  rubocop (~> 0.10)
81
- hike (1.2.3)
82
81
  i18n (0.7.0)
83
- json (1.8.2)
82
+ json (1.8.3)
84
83
  listen (2.7.0)
85
84
  celluloid (>= 0.15.2)
86
85
  celluloid-io (>= 0.15.0)
87
86
  rb-fsevent (>= 0.9.3)
88
87
  rb-inotify (>= 0.9)
89
- loofah (2.0.1)
88
+ loofah (2.0.2)
90
89
  nokogiri (>= 1.5.9)
91
90
  lumberjack (1.0.4)
92
91
  mail (2.6.3)
93
92
  mime-types (>= 1.16, < 3)
94
93
  method_source (0.8.2)
95
- mime-types (2.4.3)
94
+ mime-types (2.6.1)
96
95
  mini_portile (0.6.2)
97
- minitest (5.5.1)
98
- multi_json (1.10.1)
96
+ minitest (5.7.0)
97
+ multi_json (1.11.2)
99
98
  nio4r (1.0.0)
100
- nokogiri (1.6.5)
99
+ nokogiri (1.6.6.2)
101
100
  mini_portile (~> 0.6.0)
102
101
  parser (2.1.4)
103
102
  ast (~> 1.1)
@@ -107,31 +106,31 @@ GEM
107
106
  coderay (~> 1.0)
108
107
  method_source (~> 0.8)
109
108
  slop (~> 3.4)
110
- rack (1.6.0)
109
+ rack (1.6.4)
111
110
  rack-test (0.6.3)
112
111
  rack (>= 1.0)
113
- rails (4.2.0)
114
- actionmailer (= 4.2.0)
115
- actionpack (= 4.2.0)
116
- actionview (= 4.2.0)
117
- activejob (= 4.2.0)
118
- activemodel (= 4.2.0)
119
- activerecord (= 4.2.0)
120
- activesupport (= 4.2.0)
112
+ rails (4.2.3)
113
+ actionmailer (= 4.2.3)
114
+ actionpack (= 4.2.3)
115
+ actionview (= 4.2.3)
116
+ activejob (= 4.2.3)
117
+ activemodel (= 4.2.3)
118
+ activerecord (= 4.2.3)
119
+ activesupport (= 4.2.3)
121
120
  bundler (>= 1.3.0, < 2.0)
122
- railties (= 4.2.0)
121
+ railties (= 4.2.3)
123
122
  sprockets-rails
124
123
  rails-deprecated_sanitizer (1.0.3)
125
124
  activesupport (>= 4.2.0.alpha)
126
- rails-dom-testing (1.0.5)
125
+ rails-dom-testing (1.0.6)
127
126
  activesupport (>= 4.2.0.beta, < 5.0)
128
127
  nokogiri (~> 1.6.0)
129
128
  rails-deprecated_sanitizer (>= 1.0.1)
130
- rails-html-sanitizer (1.0.1)
129
+ rails-html-sanitizer (1.0.2)
131
130
  loofah (~> 2.0)
132
- railties (4.2.0)
133
- actionpack (= 4.2.0)
134
- activesupport (= 4.2.0)
131
+ railties (4.2.3)
132
+ actionpack (= 4.2.3)
133
+ activesupport (= 4.2.3)
135
134
  rake (>= 0.8.7)
136
135
  thor (>= 0.18.1, < 2.0)
137
136
  rainbow (1.1.4)
@@ -139,7 +138,7 @@ GEM
139
138
  rb-fsevent (0.9.4)
140
139
  rb-inotify (0.9.5)
141
140
  ffi (>= 0.5.0)
142
- redcarpet (3.2.2)
141
+ redcarpet (3.3.2)
143
142
  rspec (2.14.1)
144
143
  rspec-core (~> 2.14.0)
145
144
  rspec-expectations (~> 2.14.0)
@@ -165,18 +164,14 @@ GEM
165
164
  simplecov-html (~> 0.7.1)
166
165
  simplecov-html (0.7.1)
167
166
  slop (3.4.7)
168
- sprockets (2.12.3)
169
- hike (~> 1.2)
170
- multi_json (~> 1.0)
167
+ sprockets (3.2.0)
171
168
  rack (~> 1.0)
172
- tilt (~> 1.1, != 1.3.0)
173
- sprockets-rails (2.2.4)
169
+ sprockets-rails (2.3.2)
174
170
  actionpack (>= 3.0)
175
171
  activesupport (>= 3.0)
176
172
  sprockets (>= 2.8, < 4.0)
177
173
  thor (0.19.1)
178
- thread_safe (0.3.4)
179
- tilt (1.4.1)
174
+ thread_safe (0.3.5)
180
175
  timers (1.1.0)
181
176
  tzinfo (1.2.2)
182
177
  thread_safe (~> 0.1)
@@ -1,4 +1,6 @@
1
1
  module ExceptionallyBeautiful
2
- class ApplicationController < ActionController::Base
2
+ class ApplicationController < ::ApplicationController
3
+ helper Rails.application.routes.url_helpers
4
+ helper ExceptionallyBeautiful::RenderHelper
3
5
  end
4
6
  end
@@ -1,3 +1,3 @@
1
1
  module ExceptionallyBeautiful
2
- VERSION = '0.1.3'
2
+ VERSION = '0.1.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exceptionally_beautiful
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - PJ Kelly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-02 00:00:00.000000000 Z
11
+ date: 2015-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails