traject_umich_format 0.1.0 → 0.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: a7113842cf09274c14d8075df5530382af465333
4
- data.tar.gz: 5fa241fa4d01b9b43ca3afa25eb4f58f6b5e3ea4
3
+ metadata.gz: 2098b674ce8c54bef03577f03f3e743954d451fd
4
+ data.tar.gz: e65bc13f89da6b829fd646d212e52c480f1ef6b2
5
5
  SHA512:
6
- metadata.gz: 10293427c26a8821321d51e3dfa616aba7651dadd2f3e03c9063b998e28db4938470e74faed48a98a25ecd31763e723fc10a6bb252e0ae5f7a7bcf51ce98191a
7
- data.tar.gz: 84d6dead962758738a725b522137862aa5b7dc648e03d3a793380bf11f3d26b37407881f7541f7d29801d454339e195f950d6458b35f08056d3193b35e4837e6
6
+ metadata.gz: a3ad30b3a10e55909ade4235adb09b3de8438ec4ce74bb7bfae7f9f68a214e9a944a92b6a3310a9a12f1c7107eab193ad4ab5eecbe6da1facc5b3d9461e15e1f
7
+ data.tar.gz: c4f6cff6555d07ae0cc0cf8073e57dbe73fdb9af98d526e0aa190ba152baf322879e9a0f7adac725d1a1ea43cd2f6252459580e94a40f67bc14f8fd5bd058238
data/ChangeLog.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 0.1.1 / 2013-10-14
2
+
3
+ * Fixed README to have correct load path (traject/umich_format, not traject_umich_format)
4
+
1
5
  ### 0.1.0 / 2013-10-07
2
6
 
3
7
  * Initial release:
data/README.md CHANGED
@@ -72,7 +72,7 @@ Additionally, each record may have one or more of the following more specific ty
72
72
 
73
73
  ```ruby
74
74
  require 'traject'
75
- require 'traject_umich_format'
75
+ require 'traject/umich_format'
76
76
  extend Traject::UMichFormat::Macros
77
77
 
78
78
  to_field 'id', extract_marc('001', :first=>true)
@@ -1,5 +1,5 @@
1
1
  module Traject
2
2
  class UMichFormat
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: traject_umich_format
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bill Dueber