teaspoon 1.1.0 → 1.1.1

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: d648d120a3291ff212bf062258587a21f1ac8108
4
- data.tar.gz: 82a0bc09c853b64f7af62d41e83eab9f29bb9245
3
+ metadata.gz: afa41b921f5911294a689e1ef7f21541303f97d3
4
+ data.tar.gz: 2a5c5e081e7871f98d0a5aadae3cd7b6a75c2eef
5
5
  SHA512:
6
- metadata.gz: 0d40d4cda9de76dd8c641af719e3c86b8c37b40b554c18415cbb583757552d6a6fda5fdb89a5e906638fab73c52aec66ff25677c43d78a120687bdbef51b4259
7
- data.tar.gz: ed02beab78edf289befa77c321f46469dc1a777877c598b70def697dea0a033e782b21f88ce4fa5e25124293a41746506085b1127b5cca32fb4518371541b159
6
+ metadata.gz: 89e1b8ea8f8f45739e89dae00028edad386f0dee6bb812c5313ba185f8d4778ffded2f82e2e39b50f4fa97cf5d5c26d7443546d03eabc47f7672da7eae292d2e
7
+ data.tar.gz: 7657e1b7d87c3274319570d556b43b0fc8cafbeda4529d2aa4cbc8ecee6f894896d10c89a3336044ca6ba93dc4eda219fbefce2c059d77379302dae75d6c7219
@@ -3,6 +3,13 @@
3
3
  #### Bug Fixes
4
4
 
5
5
 
6
+ ### 1.1.1
7
+
8
+ #### Bug Fixes
9
+
10
+ * Fix teaspoon cli environment checking
11
+
12
+
6
13
  ### 1.1.0
7
14
 
8
15
  #### Enhancements
@@ -52,7 +52,7 @@ module Teaspoon
52
52
  end
53
53
 
54
54
  def self.load_rails
55
- rails_env = ENV["TEASPOON_RAILS_ENV"] || File.expand_path("config/environment", Dir.pwd)
55
+ rails_env = ENV["TEASPOON_RAILS_ENV"] || File.expand_path("config/environment.rb", Dir.pwd)
56
56
 
57
57
  # Try to load rails, assume teaspoon_env will do it if the expected
58
58
  # environment isn't found.
@@ -1,3 +1,3 @@
1
1
  module Teaspoon
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: teaspoon
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - jejacks0n