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: 46068d901550cd2e56339b355e0136b2983653e8
4
- data.tar.gz: 6c8978689ca442f4cc58e7bd36c7541eebeb1355
3
+ metadata.gz: 1ddc641be06ba1f03e3b5b9a50646a1ba1f7b118
4
+ data.tar.gz: 4717c8b31d6070810e714d3e464d446af6f37a63
5
5
  SHA512:
6
- metadata.gz: 2995e3152eff449d2fab865bcf882d1fb264a6bd7b20f4cf7f312780136312aa3baa053abb154bf40c274de930bffdf72779b267f6713aba389d63742e6da76a
7
- data.tar.gz: 5c7b1f50aaf6e39824ed64c320b0df19486adff58dfa7d42c2ddfab095222d2fd6f736b74beeffbe1509fc2acb972e347201dfe4e7b9263b599bda3ce215fea2
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
- a href="#" title='Link 1' Link 1
8
- li.fake_link
9
- a href="#" title='Link 2' Link 2
10
- li.fake_link
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
+
@@ -2,9 +2,9 @@ nav data='topbar'
2
2
  ul
3
3
  li
4
4
  h1
5
- = a href="#" title='My Title'
5
+ = link_to 'My Title', '#'
6
6
 
7
7
  section
8
8
  ul
9
9
  li
10
- = link_to 'Logout', "#"
10
+ = link_to 'Logout', '#'
@@ -1,7 +1,7 @@
1
- # module WaterfallBourbonNeatRails
2
- # module Rails
3
- # class Engine < ::Rails::Engine
4
- # # isolate_namespace WaterfallBourbonNeatRails
5
- # end
6
- # end
7
- # end
1
+ require 'rails'
2
+
3
+ module WaterfallBourbonNeatRails
4
+ class Engine < ::Rails::Engine
5
+ isolate_namespace WaterfallBourbonNeatRails
6
+ end
7
+ end
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "0.0.2".freeze
2
+ VERSION = "0.0.3.1".freeze
3
3
  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.2
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: '0'
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: '0'
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: The Waterfall standard UI.
111
+ description: To be used for sharing standard assets between the multiple modules of
112
+ a platform
112
113
  email:
113
- - support@waterfallsoftware.com
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: []