active_record_yaml 0.1.2 → 0.1.3

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: ad8205586c65d9d7cf2df006be3ff1f9d473968a
4
- data.tar.gz: 2e284116f8b40cb483ac08497ef1927f84783041
3
+ metadata.gz: 19c01deca77e3ab9609c252df7f77cc1a03bc34d
4
+ data.tar.gz: 140ce537d8aa820fa2ea2aff934d10136b1823f5
5
5
  SHA512:
6
- metadata.gz: 070bced430a36f0bdbcad626938b92e99d85cee47c333e16c649cf57a8dc58f3bf355e5ec09738d92e7d3543306d3f4788cf9a2b69c0f4f9625a27e4dc8110a3
7
- data.tar.gz: 39c19e3602b7f703167cc70c5f425e5312a6914b00a3dd51db6fc092725ea340f21c7a4a1629197a52c7533272ee9a0bc9a9c2be3026b7f4fe08944d8789887d
6
+ metadata.gz: 8223d43672bab8ebe863e553b274dde25c573130a03c4ee18c4f8bce1152ffaad0494bf9b34ea4ee19bf637100d76a6836432cce197760ca77dfdf0c90a4f2e4
7
+ data.tar.gz: 0fe4cd005507778af470d4e1e51f5e783c2cd81fc5744ed948ddaa4ac5ce482b3b72f27b7f9035463c0ef00f6a79ffdfa176efb253660100ca16c0d7c1796a7d
@@ -28,8 +28,7 @@ module ActiveRecordYaml
28
28
  end
29
29
 
30
30
  def self.data_dir
31
- dir = Rails.env == "test" ? "spec" : "config"
32
- Rails.root.join(dir, "data")
31
+ Rails.root.join("config", "data")
33
32
  end
34
33
  end
35
34
  end
@@ -1,3 +1,3 @@
1
1
  module ActiveRecordYaml
2
- VERSION = "0.1.2".freeze
2
+ VERSION = "0.1.3".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_record_yaml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas Scheurich