utopia 2.12.1 → 2.12.2

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: 4c2d73d64912a98e6049ac462aacbaee632e8052247865001683a938d88da895
4
- data.tar.gz: 0444d50ea58f8e7e55127b08d9356cbb03d586ac31caba467e9c4b947f026bda
3
+ metadata.gz: 129fb06326aaa89c24f188c0cf3536a137585ddfef162c6f64813cf5d100cd8b
4
+ data.tar.gz: acf2e43d22dd058cdbaae60daa0b31bd69c4871844c706d620feb6ee78352729
5
5
  SHA512:
6
- metadata.gz: a2ec30fea649857f33a5fa458badd5e65d0ba0860c2753f613faec4bf5604fd1535adbe727487c463c5f57287748d777debe77d7329d4fccbde0942e1c25ccc6
7
- data.tar.gz: d23b069e223b6c105de660b0f84365e0e4f56a1a8af94eaf48b5fc24c6389c122acec57854e2e539346a4841fc6b6620887cbdf5c68214b06cdd4aceab35fe6e
6
+ metadata.gz: a858a673236d42e12fca43a8d565c0104687e870dcd15aa3a568a3c5b10c60ec836770ab52d3be0b569271eb38bd2c6a37c622dbceaea7f0171e90c7cd04cc2a
7
+ data.tar.gz: ebb9201ffe8ebdd794fa4828a20c05206d4eee4b4563cf88cac345f405dae33fdd670c1aaf28205ffe5d83b54f71b14ebb2fc7a14bf1d43ef94c03e581feb7cc
@@ -36,7 +36,7 @@ module Utopia
36
36
  CONFIGURATION_FILES = ['.yarnrc', '.gitignore', 'config.ru', 'config/environment.rb', 'falcon.rb', 'Gemfile', 'Guardfile', 'Rakefile', 'tasks/yarn.rake', 'tasks/deploy.rake', 'tasks/development.rake', 'tasks/environment.rake', 'tasks/log.rake', 'spec/spec_helper.rb', 'spec/website_context.rb', 'spec/website_spec.rb']
37
37
 
38
38
  # Directories that should exist:
39
- DIRECTORIES = ["config", "lib", "pages", "public", "tasks"]
39
+ DIRECTORIES = ["config", "lib", "pages", "public", "tasks", "spec"]
40
40
 
41
41
  # Directories that should be removed during upgrade process:
42
42
  OLD_PATHS = ["access_log", "cache", "tmp", 'tasks/test.rake', 'tasks/utopia.rake', '.bowerrc', 'tasks/bower.rake']
@@ -21,5 +21,5 @@
21
21
  # THE SOFTWARE.
22
22
 
23
23
  module Utopia
24
- VERSION = "2.12.1"
24
+ VERSION = "2.12.2"
25
25
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: utopia
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.12.1
4
+ version: 2.12.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams