semantic-rails-ui 0.0.20 → 0.1.0
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/.gitignore +1 -1
- data/app/assets/javascripts/semantic-rails-ui.js +1 -0
- data/lib/semantic-rails-ui/engine.rb +1 -0
- data/lib/semantic-rails-ui/version.rb +1 -1
- data/semantic-rails-ui.gemspec +1 -0
- metadata +16 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8c516e43ce3cd7fc3acfe6a30b2d3369c9cd35b4
|
|
4
|
+
data.tar.gz: 53c7053d7bc2cd0847b616b43ed0750e9d672a7f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13cd79b60d4b42fe5d1b48c828ec2bc270fa5174141d517b7dd6261dfb63d643c4dad4d8c68cf86822d37665520bd596cac265033ed13acfa667c22680033ba8
|
|
7
|
+
data.tar.gz: 946efde2065343c1d4012a69b479aa7211daf4930fba46e5d54a5c209b41b3c21c91c23ec9bcc6b8948dfb71f13d2bc219a489e32ca4fba18f228a2f564281e3
|
data/.gitignore
CHANGED
data/semantic-rails-ui.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: semantic-rails-ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Igor Jancev
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-06-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -332,6 +332,20 @@ dependencies:
|
|
|
332
332
|
- - "~>"
|
|
333
333
|
- !ruby/object:Gem::Version
|
|
334
334
|
version: 3.2.1
|
|
335
|
+
- !ruby/object:Gem::Dependency
|
|
336
|
+
name: momentjs-rails
|
|
337
|
+
requirement: !ruby/object:Gem::Requirement
|
|
338
|
+
requirements:
|
|
339
|
+
- - "~>"
|
|
340
|
+
- !ruby/object:Gem::Version
|
|
341
|
+
version: 2.11.1
|
|
342
|
+
type: :runtime
|
|
343
|
+
prerelease: false
|
|
344
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
345
|
+
requirements:
|
|
346
|
+
- - "~>"
|
|
347
|
+
- !ruby/object:Gem::Version
|
|
348
|
+
version: 2.11.1
|
|
335
349
|
description: Create beautiful hrml layouts with semantic-ui, simple_form and rails
|
|
336
350
|
email:
|
|
337
351
|
- igor@masterybits.com
|