waterfall_bourbon_neat_rails 0.0.2 → 0.0.3.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1ddc641be06ba1f03e3b5b9a50646a1ba1f7b118
|
4
|
+
data.tar.gz: 4717c8b31d6070810e714d3e464d446af6f37a63
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f8979c274a29fd77700b5e69eeca2cb50df29a2a7b91dc7c1a090c507bcf12f8ee862dfb92c20bfeaf38c5c42584d88af7a04b4dd6f2925182b786769feb4ea4
|
7
|
+
data.tar.gz: 72f79ddc21bd1fd1f03466eb806263ac36e5c646e5207555a57b10056d746d4ff4e8417ba4f2f8ffa96db66b23ae4d996c6c9d01559fd1ce9e7d073a28e5fb19
|
@@ -3,11 +3,8 @@
|
|
3
3
|
Copyright Waterfall Software Inc., All rights reserved
|
4
4
|
|
5
5
|
.fake-links-container
|
6
|
-
li.fake_link
|
7
|
-
|
8
|
-
li.fake_link
|
9
|
-
|
10
|
-
|
11
|
-
a href="#" title='Link 3' Link 3
|
12
|
-
li.fake_link
|
13
|
-
a href="#" title='Link 4' Link 4
|
6
|
+
li.fake_link = link_to 'Link 1', '#'
|
7
|
+
li.fake_link = link_to 'Link 2', '#'
|
8
|
+
li.fake_link = link_to 'Link 3', '#'
|
9
|
+
li.fake_link = link_to 'Link 4', '#'
|
10
|
+
|
@@ -1,7 +1,7 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
1
|
+
require 'rails'
|
2
|
+
|
3
|
+
module WaterfallBourbonNeatRails
|
4
|
+
class Engine < ::Rails::Engine
|
5
|
+
isolate_namespace WaterfallBourbonNeatRails
|
6
|
+
end
|
7
|
+
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: waterfall_bourbon_neat_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Waterfall Software Inc.
|
@@ -14,16 +14,16 @@ dependencies:
|
|
14
14
|
name: rails
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 4.1.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - "
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: 4.1.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: jquery-rails
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -108,9 +108,10 @@ dependencies:
|
|
108
108
|
- - "~>"
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: 2.1.5
|
111
|
-
description:
|
111
|
+
description: To be used for sharing standard assets between the multiple modules of
|
112
|
+
a platform
|
112
113
|
email:
|
113
|
-
-
|
114
|
+
- it@waterfallsoftware.com
|
114
115
|
executables: []
|
115
116
|
extensions: []
|
116
117
|
extra_rdoc_files: []
|
@@ -133,7 +134,8 @@ files:
|
|
133
134
|
- MIT-LICENSE
|
134
135
|
- README.md
|
135
136
|
homepage: http://waterfallsoftware.com
|
136
|
-
licenses:
|
137
|
+
licenses:
|
138
|
+
- MIT
|
137
139
|
metadata: {}
|
138
140
|
post_install_message:
|
139
141
|
rdoc_options: []
|