woo 0.1.8 → 0.1.9

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: 67652f3d93ec5c4f36788f53de70444e063b79a0
4
- data.tar.gz: 8d71a6594c1bcb7a6d101e4e24472e27f2d1e4cb
3
+ metadata.gz: 7b2c9319beb144019bc14a505f817db368313271
4
+ data.tar.gz: 74c1bd5dd23ed1a752448d4678397639a0d99599
5
5
  SHA512:
6
- metadata.gz: 8df13a7473ad8014e0051a0291c341e457044528a779f2304a8d55e47101d79cd8a1015258c0d58dc020e96f057f585d927db04bc8ddc3f3a4742681981b96d5
7
- data.tar.gz: 5e6a5bcd50d221ccc331a15d87e91c295757dcc99f284c69336f558553eaf301e85b08169f87e2ecd87c012a1c83e0b722a5b9ddc014e5aef976daa9e670ab16
6
+ metadata.gz: a35236f7ce98c62be33994f5a23cf1c8f23b08be870a9c652534688e2309b3b269bf0faac888aa8be18653604e61302ee204c087fc0a71b9d56d51eefdda6344
7
+ data.tar.gz: 81895073823e51e42a721a7a76b1954296293df4d6183347da7576dd14b0701dadb0f5b53566735ff59ad3d61e56165bfe1f4944204274a24a968a826dedde55
@@ -1,6 +1,6 @@
1
1
 
2
2
  %dl.styleguide
3
- %a(name="#{page[:name]}")
3
+ %a(id="#{page[:name]}")
4
4
  %dt.page-title
5
5
  = page[:name].titleize
6
6
  - notes = page[:notes]
@@ -1,3 +1,3 @@
1
1
  module Woo
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: woo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Altman
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-10-16 00:00:00.000000000 Z
12
+ date: 2014-12-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -159,6 +159,9 @@ executables: []
159
159
  extensions: []
160
160
  extra_rdoc_files: []
161
161
  files:
162
+ - MIT-LICENSE
163
+ - README.md
164
+ - Rakefile
162
165
  - app/assets/fonts/woo/styleguide.eot
163
166
  - app/assets/fonts/woo/styleguide.json
164
167
  - app/assets/fonts/woo/styleguide.svg
@@ -190,17 +193,16 @@ files:
190
193
  - app/views/woo/styleguide/index.html.haml
191
194
  - app/views/woo/styleguide/page.html.haml
192
195
  - config/routes.rb
196
+ - lib/generators/woo/USAGE
193
197
  - lib/generators/woo/page_generator.rb
194
198
  - lib/generators/woo/templates/_module.erb
195
199
  - lib/generators/woo/templates/example_page.erb
196
200
  - lib/generators/woo/ui_element_generator.rb
197
- - lib/generators/woo/USAGE
201
+ - lib/woo.rb
198
202
  - lib/woo/engine.rb
199
203
  - lib/woo/version.rb
200
- - lib/woo.rb
201
- - MIT-LICENSE
202
- - Rakefile
203
- - README.md
204
+ - spec/dummy/README.rdoc
205
+ - spec/dummy/Rakefile
204
206
  - spec/dummy/app/assets/javascripts/application.js
205
207
  - spec/dummy/app/assets/stylesheets/application.css
206
208
  - spec/dummy/app/controllers/application_controller.rb
@@ -209,6 +211,7 @@ files:
209
211
  - spec/dummy/bin/bundle
210
212
  - spec/dummy/bin/rails
211
213
  - spec/dummy/bin/rake
214
+ - spec/dummy/config.ru
212
215
  - spec/dummy/config/application.rb
213
216
  - spec/dummy/config/boot.rb
214
217
  - spec/dummy/config/database.yml
@@ -227,15 +230,12 @@ files:
227
230
  - spec/dummy/config/locales/en.yml
228
231
  - spec/dummy/config/routes.rb
229
232
  - spec/dummy/config/secrets.yml
230
- - spec/dummy/config.ru
231
233
  - spec/dummy/db/test.sqlite3
232
234
  - spec/dummy/log/test.log
233
235
  - spec/dummy/public/404.html
234
236
  - spec/dummy/public/422.html
235
237
  - spec/dummy/public/500.html
236
238
  - spec/dummy/public/favicon.ico
237
- - spec/dummy/Rakefile
238
- - spec/dummy/README.rdoc
239
239
  - spec/dummy/tmp/cache/assets/test/sass/3faea7b1e89702d2f6cbb0b737cd214198b07d66/_animation-mixins.scssc
240
240
  - spec/dummy/tmp/cache/assets/test/sass/3faea7b1e89702d2f6cbb0b737cd214198b07d66/_functions.scssc
241
241
  - spec/dummy/tmp/cache/assets/test/sass/3faea7b1e89702d2f6cbb0b737cd214198b07d66/_icon-factory.scssc
@@ -358,7 +358,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
358
358
  version: '0'
359
359
  requirements: []
360
360
  rubyforge_project:
361
- rubygems_version: 2.0.14
361
+ rubygems_version: 2.2.2
362
362
  signing_key:
363
363
  specification_version: 4
364
364
  summary: A mountable styleguide