rf-stylez 0.16.0 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c5698db46106cea7f1f43340ccce5c27bd69270d451908684fac3cbd6faf92f8
4
- data.tar.gz: d98bb236422f73775a6308379725281e19f9b08fa1deace9fa8e07561994f993
3
+ metadata.gz: d03b1eaf0d1d4470b65a658c809ad325c16b2884e93f0c4e6b18f9914a3a76fb
4
+ data.tar.gz: cd8eaf1aa26c2359f2cb42a6894b11245a2a94099845811361957eae3a3ea5a6
5
5
  SHA512:
6
- metadata.gz: 9c755c9e685f4c1587f2a20b01082480a2af46e142e48f724b686e8f66a4cd63a883aba46955e53062722d4cced9ead949912fb88f002d248669e8b8c13ac4f0
7
- data.tar.gz: 705e934a2927652a9fbcac383b59d87445127104402aec8bd7dec80410e3617796409700ac0ca7d7eaf94fda35beddde29c97ca94e99768c539fa68928335592
6
+ metadata.gz: 539a02d714f5bad8c553586bd494f8b41fd55d49d472f196a178b124abdd4a7b7e5b1d1003ade7892c0c61176a80f5ed5ce3ed8562292ac9c8aed970a6e472f7
7
+ data.tar.gz: fd74a452a0183221a50ca4aabe4fa01c34c0a98156b3fc7595592182415dc26e1b41ec1db03e5166a0cf11c201c9359d2632a1e064968e955ebf7d4c3325d8be
data/.circleci/config.yml CHANGED
@@ -9,16 +9,10 @@ jobs:
9
9
  password: $DOCKERHUB_TOKEN
10
10
  steps:
11
11
  - checkout
12
- - restore_cache:
13
- key: v1-rf-stylez-{{ checksum "Gemfile.lock" }}
14
12
  - run:
15
13
  name: Install Ruby gems
16
14
  command: |
17
15
  bundle check --path=vendor/bundle || bundle install --path=vendor/bundle --jobs=4 --retry=3
18
- - save_cache:
19
- key: v1-rf-stylez-{{ checksum "Gemfile.lock" }}
20
- paths:
21
- - ~/project/vendor/bundle
22
16
  - run:
23
17
  name: Set up test output directory
24
18
  command: sudo install -o circleci -d ~/rspec
@@ -75,3 +69,4 @@ workflows:
75
69
  - /^v.*/
76
70
  context:
77
71
  - DockerHub
72
+ - RubyGems
data/bin/rf-stylez CHANGED
@@ -1,6 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require "bundler/setup"
4
3
  require "rf/stylez"
5
4
 
6
5
  command = ARGV.first
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rf
4
4
  module Stylez
5
- VERSION = "0.16.0"
5
+ VERSION = "1.0.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rf-stylez
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emanuel Evans
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-02 00:00:00.000000000 Z
11
+ date: 2023-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop