outland 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 96c63af9afe51f8865f9a56910f935f59b47387a
4
- data.tar.gz: 8b378c827078203af8dfd25a88468c6f6943a37f
3
+ metadata.gz: b247df06da2b188b51b8722494d32c488ccbefe6
4
+ data.tar.gz: c17a2ce5a2c3e02594594b75f53315cb7c1a2168
5
5
  SHA512:
6
- metadata.gz: 78e753e121daa6db19aec2e74b25d4e4907a4793eeb1d70c86e37a8ebac5b84a5a0551f8e6a9f2a132c006a9d428da5cfe2c948a0ef7859648b90beb39e36f7e
7
- data.tar.gz: b083b7765cdc30e2a38fdbd0fecb3baf03939cf79550088e47037d65e3686a635f7b0bcf883049ef0eea56609ef58953946d5c3b32aa9926cc9e4d9cd7d1d7e7
6
+ metadata.gz: cbe1d3a0245ce0ab3ed264378e4448d7832400322e292e19c4c5eac11dd199113443fb306c1f9f6b360ec102db04769c67948c74b71ee9bb8ac5027142f4ad8c
7
+ data.tar.gz: d287a9b1cec9a5a707ea4bba2af5a33ddef94906424a40fe9bf83db31fbb1322526ee712b6e10613cc1231c36736541dbc6e6da8b240d3806c2f745560c4a848
@@ -1,3 +1,7 @@
1
+ **1.0.1** (February 27, 2017)
2
+
3
+ * Do not autoload gems that require RailTie initialization hooks.
4
+
1
5
  **1.0** (February 27, 2017)
2
6
 
3
7
  * Initial release
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Outland
2
2
 
3
3
  The Outland gem provides a convenience bundle of different Outland utilities, rather than having to include
4
- each one separately. The contained gems are autoloaded.
4
+ each one separately. The contained gems are autoloaded when possible.
5
5
 
6
6
  ## Installation
7
7
 
@@ -1,5 +1,7 @@
1
+ require "outland/tag_runes"
1
2
  require "outland/version"
2
3
 
3
4
  module Outland
4
- autoload :TagRunes, 'outland/tag_runes'
5
+ # Gems that hook Rails initialization with RailTies should not be autoloaded.
6
+ # autoload :TagRunes, 'outland/tag_runes'
5
7
  end
@@ -1,3 +1,3 @@
1
1
  module Outland
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: outland
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bill Lipa
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-02-27 00:00:00.000000000 Z
11
+ date: 2017-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: outland-tag_runes