tabler_ui_rails 0.2.0 → 0.2.1
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/README.md +2 -2
- data/assets/javascripts/tabler_ui.js +0 -1
- data/lib/tabler_ui_rails/version.rb +1 -1
- metadata +1 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8b106bef478490e8c8e07eb4f3a8c37b281b5b19
|
|
4
|
+
data.tar.gz: 31cc3a9cb91cf3063546d16cefff5ff00d8d2f80
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b222895169fa9da3d00606774a384508bccdb67d0e5f84a50b787c9d784d9da7f8ee02a7ac6d3dc03d12e464a89a3063e986af26b789dd841bb99d7822948ccd
|
|
7
|
+
data.tar.gz: ed285647668571e0ace5502f0d383e77939cc724fd04c700c1f94b4ed924277a80ec4c38b502e6470f09395ea17614cc8da659ed46b44bc3c9ccf5fa0a473945
|
data/README.md
CHANGED
|
@@ -9,7 +9,7 @@ The gem is WIP and there're some problems, such as no idea of converting the ori
|
|
|
9
9
|
Add this line to your application's Gemfile:
|
|
10
10
|
|
|
11
11
|
```ruby
|
|
12
|
-
gem 'tabler_ui_rails', '~> 2
|
|
12
|
+
gem 'tabler_ui_rails', '~> 0.2'
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
And then execute:
|
|
@@ -22,7 +22,7 @@ Or install it yourself as:
|
|
|
22
22
|
|
|
23
23
|
## Usage
|
|
24
24
|
|
|
25
|
-
Just require or @import
|
|
25
|
+
Just require or @import `tabler_ui` in your css/scss files as kinda asset gems, e.g. [Bootstrap](https://github.com/twbs/bootstrap-rubygem).
|
|
26
26
|
|
|
27
27
|
## Development
|
|
28
28
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tabler_ui_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- B1nj0y
|
|
@@ -58,20 +58,6 @@ dependencies:
|
|
|
58
58
|
- - ">="
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
60
|
version: 3.5.2
|
|
61
|
-
- !ruby/object:Gem::Dependency
|
|
62
|
-
name: c3-rails
|
|
63
|
-
requirement: !ruby/object:Gem::Requirement
|
|
64
|
-
requirements:
|
|
65
|
-
- - ">="
|
|
66
|
-
- !ruby/object:Gem::Version
|
|
67
|
-
version: '0'
|
|
68
|
-
type: :runtime
|
|
69
|
-
prerelease: false
|
|
70
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
71
|
-
requirements:
|
|
72
|
-
- - ">="
|
|
73
|
-
- !ruby/object:Gem::Version
|
|
74
|
-
version: '0'
|
|
75
61
|
- !ruby/object:Gem::Dependency
|
|
76
62
|
name: sprockets-rails
|
|
77
63
|
requirement: !ruby/object:Gem::Requirement
|