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.
- checksums.yaml +4 -4
- data/lib/uicon/version.rb +1 -1
- data/uicon.gemspec +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6b8bf3a4fdc62ac07b002dd58cc14dbe495046a8
|
|
4
|
+
data.tar.gz: 271ff510be5d3bf08afc5cfbdbaf54168e640a35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 481623203bd68206a52f052d2af99cded6e35223e1f23605d788ef13d3b66d91c62d77fcdbf9d073c475d77eee7b9c4d2a8a8dcd369c4f220a80b0d076938c4c
|
|
7
|
+
data.tar.gz: eddbda1659a6c7eab00ed21465ea76f043a5a624f0b66d2f3fec8fdfdf48eb8af0fd3a1a31c5c1df3996a8c4cd3d3cdf908df803b14f7bd83dcbd93a5a7ae17f
|
data/lib/uicon/version.rb
CHANGED
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.
|
|
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: '
|
|
42
|
-
|
|
43
|
-
|
|
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: []
|