uicon 0.0.1 → 0.0.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/uicon/version.rb +1 -1
  3. data/uicon.gemspec +1 -1
  4. metadata +5 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b65970cacb96f9722c2f630bbaa1657dd24ce07e
4
- data.tar.gz: 11fc1fad52d6df562f7bfbad934b708099df5bf5
3
+ metadata.gz: 6b8bf3a4fdc62ac07b002dd58cc14dbe495046a8
4
+ data.tar.gz: 271ff510be5d3bf08afc5cfbdbaf54168e640a35
5
5
  SHA512:
6
- metadata.gz: 441b07935fed85f9cc2721445e4f6bff689b00d90ca2631b43addf5ed82df8b5de278e5cde261a4caeb499b368081c87e58a27bddc8c84bea98898c538e8e98a
7
- data.tar.gz: 4942ffb19b713ee51d3f2e2ec48723a5bde58ff4877ae3c84c42fe43a3e0dfde8cc30901d1e50266cf7f43e56b4775802814be99cf9d2d1afe259ce30c93e659
6
+ metadata.gz: 481623203bd68206a52f052d2af99cded6e35223e1f23605d788ef13d3b66d91c62d77fcdbf9d073c475d77eee7b9c4d2a8a8dcd369c4f220a80b0d076938c4c
7
+ data.tar.gz: eddbda1659a6c7eab00ed21465ea76f043a5a624f0b66d2f3fec8fdfdf48eb8af0fd3a1a31c5c1df3996a8c4cd3d3cdf908df803b14f7bd83dcbd93a5a7ae17f
data/lib/uicon/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Uicon
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/uicon.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Jason Cummings"]
10
10
  spec.email = ["jsncmgs1@gmail.com"]
11
11
  spec.summary = %q{Creates a development controller for designers to handoff static files}
12
- spec.description = %q{Supports Erb and Haml. Simply run 'rails g ui_controller:install', and any mock Erb or Haml files stored in the ui views folder will be listed at /ui. This idea is not mine, credit goes to Hashrocket. http://hashrocket.com/blog/posts/managing-design-handoffs-with-the-ui-controller }
12
+ spec.description = %q{Creates a development controller for designers to handoff static files. Supports Erb and Haml. Simply run 'rails g ui_controller:install', and any mock Erb or Haml files stored in the ui views folder will be listed at /ui. This idea is not mine, credit goes to Hashrocket. http://hashrocket.com/blog/posts/managing-design-handoffs-with-the-ui-controller }
13
13
  spec.homepage = ""
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uicon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Cummings
@@ -38,9 +38,10 @@ dependencies:
38
38
  - - '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: 'Supports Erb and Haml. Simply run ''rails g ui_controller:install'',
42
- and any mock Erb or Haml files stored in the ui views folder will be listed at /ui.
43
- This idea is not mine, credit goes to Hashrocket. http://hashrocket.com/blog/posts/managing-design-handoffs-with-the-ui-controller '
41
+ description: 'Creates a development controller for designers to handoff static files. Supports
42
+ Erb and Haml. Simply run ''rails g ui_controller:install'', and any mock Erb or
43
+ Haml files stored in the ui views folder will be listed at /ui. This idea is not
44
+ mine, credit goes to Hashrocket. http://hashrocket.com/blog/posts/managing-design-handoffs-with-the-ui-controller '
44
45
  email:
45
46
  - jsncmgs1@gmail.com
46
47
  executables: []