r_kit 0.2.1 → 0.2.1.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 +8 -8
- data/lib/assets/stylesheets/r_kit/components/btn.scss +1 -1
- data/lib/assets/stylesheets/r_kit/css/html.scss +2 -2
- data/lib/assets/stylesheets/r_kit/css/typography/links.scss +1 -1
- data/lib/assets/stylesheets/r_kit/variables/colors.scss +2 -0
- data/lib/assets/stylesheets/r_kit/variables.scss +0 -3
- data/lib/r_kit/engine.rb +1 -1
- data/lib/r_kit/version.rb +1 -1
- data/r_kit.gemspec +2 -2
- metadata +6 -6
- data/lib/assets/stylesheets/r_kit/variables/application.scss +0 -1
- data/lib/assets/stylesheets/r_kit/variables/typography.scss +0 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MDU0ZWMxMWM2MTA5OGYxMzQzMjliMTQ4MGE1NDhiNzgxYjFmYzkyMA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NzNlNWNlYmQxNGRjYzE0NjM1YzVlOWZlNGNkNWMwNzYzZWFlNjFmMg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NWY5ZWZkZTgxNWZjNDc1MjI4ZWJiZWVhYjgyMzIyZGMyZGE4NDQzZTEzMThk
|
|
10
|
+
ZmNmYWM2NTZiNTNmN2IwNTY5NDI0MTg2MDlhZGNhMzYxMjA3NGZkMDM5NGYy
|
|
11
|
+
Y2Y0Y2QyMmVlMWExZTllZmQ4NjMxZTJmMTdkYTkyODJlNGNhYjQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MzczNzUzYjQwYjc1MjlhMzJjMTI4M2YzMDAxMjk4Y2UzNmE1NjgyNTEwMWE5
|
|
14
|
+
Yzg0MDdmYmI1YTQyNTYxZWRhYmM1MDU4Y2Q1MWI3YmQ5MDFkOThkOTZlMDNh
|
|
15
|
+
OTAyYmM0NTg5YWY2ZTliNGJhZDcyZTVmNDUzZDMyMTYxMjRhYmQ=
|
|
@@ -4,6 +4,7 @@ $secondary-color: skyblue !default;
|
|
|
4
4
|
// need here defaults colors
|
|
5
5
|
// colors needed : success - warning - danger - info - muted
|
|
6
6
|
// for each of : classic - text - background
|
|
7
|
+
// look into theeses colors : cornflowerblue, firebrick, gold, limegreen
|
|
7
8
|
|
|
8
9
|
/*
|
|
9
10
|
$success-color
|
|
@@ -13,6 +14,7 @@ $info-color
|
|
|
13
14
|
$muted-color
|
|
14
15
|
*/
|
|
15
16
|
$text-color: #888 !default;
|
|
17
|
+
$link-color: $secondary-color !default;
|
|
16
18
|
/*$text-success-color
|
|
17
19
|
$text-warning-color
|
|
18
20
|
$text-danger-color
|
data/lib/r_kit/engine.rb
CHANGED
data/lib/r_kit/version.rb
CHANGED
data/r_kit.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |gem|
|
|
|
8
8
|
gem.version = RKit::VERSION
|
|
9
9
|
gem.authors = ["Thomas Petrachi"]
|
|
10
10
|
gem.email = ["thomas.petrachi@vodeclic.com"]
|
|
11
|
-
gem.description = %q{
|
|
12
|
-
gem.summary = %q{
|
|
11
|
+
gem.description = %q{Rails tools box}
|
|
12
|
+
gem.summary = %q{Rails tools box : Core extentions, Pagination, Decorator, CSS, Javascript, and others comming. A flexible gem that hold a number of basics services for rails applications.}
|
|
13
13
|
gem.homepage = "https://github.com/petrachi/r_kit"
|
|
14
14
|
gem.license = 'MIT'
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: r_kit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.1
|
|
4
|
+
version: 0.2.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thomas Petrachi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-03-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description:
|
|
13
|
+
description: Rails tools box
|
|
14
14
|
email:
|
|
15
15
|
- thomas.petrachi@vodeclic.com
|
|
16
16
|
executables: []
|
|
@@ -50,9 +50,7 @@ files:
|
|
|
50
50
|
- lib/assets/stylesheets/r_kit/mixins/keyframes.scss
|
|
51
51
|
- lib/assets/stylesheets/r_kit/mixins/titles.scss
|
|
52
52
|
- lib/assets/stylesheets/r_kit/variables.scss
|
|
53
|
-
- lib/assets/stylesheets/r_kit/variables/application.scss
|
|
54
53
|
- lib/assets/stylesheets/r_kit/variables/colors.scss
|
|
55
|
-
- lib/assets/stylesheets/r_kit/variables/typography.scss
|
|
56
54
|
- lib/r_kit.rb
|
|
57
55
|
- lib/r_kit/core.rb
|
|
58
56
|
- lib/r_kit/core/object.rb
|
|
@@ -88,5 +86,7 @@ rubyforge_project:
|
|
|
88
86
|
rubygems_version: 2.1.11
|
|
89
87
|
signing_key:
|
|
90
88
|
specification_version: 4
|
|
91
|
-
summary: ! '
|
|
89
|
+
summary: ! 'Rails tools box : Core extentions, Pagination, Decorator, CSS, Javascript,
|
|
90
|
+
and others comming. A flexible gem that hold a number of basics services for rails
|
|
91
|
+
applications.'
|
|
92
92
|
test_files: []
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
$application-background-color: $background-color !default;
|