devise-foundation-views 0.0.1 → 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/.travis.yml +5 -1
- data/README.md +9 -5
- data/Rakefile +3 -0
- data/devise-foundation-views.gemspec +2 -1
- data/lib/version.rb +1 -1
- metadata +17 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d89aa724e2cebe0fae8c2f302e99bf7ade39c882
|
|
4
|
+
data.tar.gz: 58083607a6be8e754667506348b68a118f47b1a9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 86801e144e5cec2c28f3ffa79d74d799eded76da54f7c68c52648d78f6b830f8db0413e1bb93c4b472fe82d8907b5b9a3b2223cc4a98cf49460fa2bbc32915d4
|
|
7
|
+
data.tar.gz: cd3db7c8f3280c614c4104e497d5775ae4acf1882309838e1562fee07e49a7552af5d0514686881cb307a0be24c0db15a7861fa6ac0da1e2cdedc1f5931d8761
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# DeviseFoundationViews
|
|
2
2
|
|
|
3
|
+
[](https://travis-ci.org/ethirajsrinivasan/devise-foundation-views)
|
|
4
|
+
[](https://codeclimate.com/github/ethirajsrinivasan/devise-foundation-views)
|
|
5
|
+
[](https://hakiri.io/github/ethirajsrinivasan/devise-foundation-views/master)
|
|
6
|
+
|
|
3
7
|
DeviseFoundationViews gem provides you with a foundation based devise views
|
|
4
8
|
|
|
5
9
|
## Installation
|
|
@@ -14,8 +18,8 @@ And then execute:
|
|
|
14
18
|
|
|
15
19
|
$ bundle install
|
|
16
20
|
|
|
17
|
-
To use this gem add this require statement to your application.
|
|
18
|
-
|
|
21
|
+
To use this gem add this require statement to your application.css file:
|
|
22
|
+
|
|
19
23
|
# SCSS
|
|
20
24
|
*= require devise_foundation_views_scss
|
|
21
25
|
|
|
@@ -23,7 +27,7 @@ To use this gem add this require statement to your application.js file:
|
|
|
23
27
|
*= require devise_foundation_views_less
|
|
24
28
|
|
|
25
29
|
you can install the required translations in your config/locales through the generator devise:views:locale, eg.
|
|
26
|
-
|
|
30
|
+
|
|
27
31
|
rails g devise:views:locale it
|
|
28
32
|
|
|
29
33
|
will generate config/locales/devise.views.it.yml
|
|
@@ -34,8 +38,8 @@ The devise:views:foundation_templates generator will copy all views to your appl
|
|
|
34
38
|
|
|
35
39
|
rails g devise:views:foundation_templates
|
|
36
40
|
|
|
37
|
-
Support is also provided to generate slim or haml files eg
|
|
38
|
-
|
|
41
|
+
Support is also provided to generate slim or haml files eg
|
|
42
|
+
|
|
39
43
|
rails g devise:views:foundation_templates slim
|
|
40
44
|
|
|
41
45
|
## Contributing
|
data/Rakefile
CHANGED
|
@@ -26,7 +26,8 @@ Gem::Specification.new do |spec|
|
|
|
26
26
|
spec.bindir = "exe"
|
|
27
27
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
28
28
|
spec.require_paths = ["lib"]
|
|
29
|
-
|
|
29
|
+
spec.required_ruby_version = '>= 1.9.3'
|
|
30
30
|
spec.add_development_dependency "bundler", "~> 1.10"
|
|
31
31
|
spec.add_development_dependency "rake", "~> 10.0"
|
|
32
|
+
spec.add_development_dependency 'rspec'
|
|
32
33
|
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: devise-foundation-views
|
|
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
|
- ethi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-12-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -38,6 +38,20 @@ dependencies:
|
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '10.0'
|
|
41
|
+
- !ruby/object:Gem::Dependency
|
|
42
|
+
name: rspec
|
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
|
44
|
+
requirements:
|
|
45
|
+
- - ">="
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: '0'
|
|
48
|
+
type: :development
|
|
49
|
+
prerelease: false
|
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
+
requirements:
|
|
52
|
+
- - ">="
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
version: '0'
|
|
41
55
|
description: Devise views based on foundation framework
|
|
42
56
|
email:
|
|
43
57
|
- ethirajsrinivasan@gmail.com
|
|
@@ -124,7 +138,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
124
138
|
requirements:
|
|
125
139
|
- - ">="
|
|
126
140
|
- !ruby/object:Gem::Version
|
|
127
|
-
version:
|
|
141
|
+
version: 1.9.3
|
|
128
142
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
129
143
|
requirements:
|
|
130
144
|
- - ">="
|