stitches 3.6.0.RC1 → 3.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/stitches/version.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9af000ef971218e036d2b46e0bc508749ed8e834f216e857a57c6fb194928fe5
4
- data.tar.gz: b39481868efbe1c8e373c265d9561d09989e1be3230b4716adf14176d5de63af
3
+ metadata.gz: eb497f2afbed4ae09bdf288d72bd91a99013ead0282ac47731ebaa67de27d640
4
+ data.tar.gz: 6aff98e7879d08df133122c192f87c5eb6681b4d29df9c672b9871c2215d04e5
5
5
  SHA512:
6
- metadata.gz: b6eb58de02836b34c9ddda0170c4d0b53f64d4b95e01ca4726213af7ae701978fe772e50d038c46cceb6c78b47de46029f04a9043b08fb4d77e3abe8eb9ba79a
7
- data.tar.gz: 553079dcb2c338bff86d978db574634802db678344c30655d1db3c67b0625b576034b2f410dae975e04accd7514681df7aee6c0b5c58be2e1a48cb6a3b877a7c
6
+ metadata.gz: fa7f3b52d8744023a2a3283a9d5ae377fa5fc8c84266c60ec8086df71770c81238819dadc7fad53064380fd006f90a5612950ec6c98cc19b0f1a26bec50b0365
7
+ data.tar.gz: 8f09d862aa70d0a7fbac71d7d22cb8ea6729669e62ec17819f4f5b9dcca7c11a91755fb428f058320b038c5f7bb72acd0ee811fd9a8249bb9f576cafc944cb62
data/README.md CHANGED
@@ -109,7 +109,7 @@ APIs using vanilla Rails idioms:
109
109
 
110
110
  ## Developing
111
111
 
112
- Although `Stitches.configuration` is global, do not depend directly on that in your logic. Instead, allow all classes to receive a configuration object in their constructor. This makes the classes easier to deal with and change, without incurring much of a real cost to development. Global symbols suck, but are convienient. This is how you make the most of it.
112
+ Although `Stitches.configuration` is global, do not depend directly on that in your logic. Instead, allow all classes to receive a configuration object in their constructor. This makes the classes easier to deal with and change, without incurring much of a real cost to development. Global symbols suck, but are convenient. This is how you make the most of it.
113
113
 
114
114
  Also, the integration test does a lot of "testing the implementation", but since Rails generators are notorious for silently
115
115
  failing with a successful result, we have to make sure that the various `inject_into_file` calls are actually working. Do not do
@@ -1,3 +1,3 @@
1
1
  module Stitches
2
- VERSION = '3.6.0.RC1'
2
+ VERSION = '3.6.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stitches
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.6.0.RC1
4
+ version: 3.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stitch Fix Engineering
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2018-06-11 00:00:00.000000000 Z
14
+ date: 2018-06-15 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rails
@@ -204,9 +204,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
204
204
  version: '0'
205
205
  required_rubygems_version: !ruby/object:Gem::Requirement
206
206
  requirements:
207
- - - ">"
207
+ - - ">="
208
208
  - !ruby/object:Gem::Version
209
- version: 1.3.1
209
+ version: '0'
210
210
  requirements: []
211
211
  rubyforge_project:
212
212
  rubygems_version: 2.7.6