active_skin 0.0.12 → 0.0.13

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5d30e41cdd9c5dc8ebada370b8c86713d12909ce
4
- data.tar.gz: efffb532bd7a4242c6898540d2a7da0e172821ad
3
+ metadata.gz: 9e3b404bdfee789e988b96fc130a9d9d029fc405
4
+ data.tar.gz: 4e58d9effa8464bc441e6c9138c3c7573aaeccb6
5
5
  SHA512:
6
- metadata.gz: ee5ca09be0a09de5eff7bb6bacfa964bf19231b48e2a80dcbc08aaeb502397753d5f15a1707dcbdee51ec34053d43c031d6b835bf1a7d9c39bedaf3e9eb42490
7
- data.tar.gz: 3f516d4780b9be198631fcc95a740723bafd11b40c2c3ca11be95165a2d777eedce5a5decfcbc38d2198c0a8e4d45ce34ce6493fa3d7be5f8a674c971abd4d37
6
+ metadata.gz: 0f5cc7a4f82c7b602794933ed0523afa49246501446b6d13e144f181fc9bb15b0e2e18a0e7b2437857e3948d2fde7b35a07773dba39ea147bdfdd58f25321a22
7
+ data.tar.gz: 12eb488795063bc2f63675c08a00e83dc3c6113e2b8ec5d8a2583204c767bf74474246908918ee3a5b695f3156f395de3e3b5bd615eb5ea0bc56b9c5f9cd939b
@@ -1,4 +1,4 @@
1
- Copyright (c) 2014 Wojtek Krysiak
1
+ Copyright (c) 2020 SoftwareBrothers.co
2
2
 
3
3
  MIT License
4
4
 
data/README.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  Flat skin for active admin.
4
4
 
5
- [![Gem Version](https://badge.fury.io/rb/active_skin.svg)](http://badge.fury.io/rb/active_skin) [![Code Climate](https://codeclimate.com/github/KMPgroup/active_skin.png)](https://codeclimate.com/github/KMPgroup/active_skin) [![RST](http://rst-it.com/files/rstwithpassion.png)](http://rst-it.com) [![RST](http://rst-it.com/files/howwedoapps.png)](http://howwedoapps.com)
6
-
7
5
  ## Screens
8
6
 
9
7
  <table>
@@ -87,3 +85,16 @@ You can even change basic colors of the theme by placing some other variables:
87
85
  3. Commit your changes (`git commit -am 'Add some feature'`)
88
86
  4. Push to the branch (`git push origin my-new-feature`)
89
87
  5. Create new Pull Request
88
+
89
+ ## License
90
+
91
+ active_skin is Copyright © 2018 SoftwareBrothers.co. It is free software, and may be redistributed under the terms specified in the [LICENSE](LICENSE.txt) file.
92
+
93
+ ## About SoftwareBrothers.co
94
+
95
+ <img src="https://softwarebrothers.co/assets/images/software-brothers-logo-full.svg" width=240>
96
+
97
+ We are a software company who provides web and mobile development and UX/UI services, friendly team that helps clients from all over the world to transform their businesses and create astonishing products.
98
+
99
+ * We are available to [hire](https://softwarebrothers.co/contact).
100
+ * If you want to work for us - checkout the [career page](https://softwarebrothers.co/career).
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["wojciech.g.krysiak@gmail.com", "patryk.zabielski@rst-it.com"]
11
11
  spec.summary = %q{active_admin skin}
12
12
  spec.description = %q{active_admin skin}
13
- spec.homepage = "https://github.com/rstgroup/active_skin"
13
+ spec.homepage = "https://github.com/SoftwareBrothers/active_skin"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,4 +1,4 @@
1
- @import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&subset=latin,latin-ext)
1
+ @import url('//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&subset=latin,latin-ext')
2
2
  $skinTextColor: #1e2a33 !default
3
3
  $skinTextActiveColor: #fff !default
4
4
  $skinTextTable: #7f8c8d !default
@@ -249,7 +249,7 @@ a:visited.button
249
249
  color: #fff
250
250
  border: none
251
251
  text-shadow: none
252
- padding: 11px 20px
252
+ padding: 10px 20px
253
253
  &:hover
254
254
  background: lighten( $skinActiveColor, 10% ) !important
255
255
  form fieldset.buttons li.cancel a,
@@ -1,3 +1,3 @@
1
1
  module ActiveSkin
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_skin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wojtek Krysiak
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-10-06 00:00:00.000000000 Z
12
+ date: 2020-02-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -65,7 +65,7 @@ files:
65
65
  - doc/color4.png
66
66
  - lib/active_skin.rb
67
67
  - lib/active_skin/version.rb
68
- homepage: https://github.com/rstgroup/active_skin
68
+ homepage: https://github.com/SoftwareBrothers/active_skin
69
69
  licenses:
70
70
  - MIT
71
71
  metadata: {}
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  version: '0'
86
86
  requirements: []
87
87
  rubyforge_project:
88
- rubygems_version: 2.2.2
88
+ rubygems_version: 2.6.8
89
89
  signing_key:
90
90
  specification_version: 4
91
91
  summary: active_admin skin