pushmi_pullyu 0.2.1 → 0.2.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
  SHA1:
3
- metadata.gz: 3b34bdd0883ef4592a5ff948064f97a5a3dc77ef
4
- data.tar.gz: 22d0a614987f7f7eea846c35202caa660e9ffb56
3
+ metadata.gz: 6f3496b4248ae106b7f01ed1a4cacbc0415e187e
4
+ data.tar.gz: 1a4a266aad21adc2186448a737757e2761c0f8b3
5
5
  SHA512:
6
- metadata.gz: 2eea2aedc38f64a591c8110b0c398b1b2a88374c326f81b02df4e5477480a9f7345fe057a628d9c1bc2e704cf1ef5ef7cfcb91848667de370ba855082f907fe7
7
- data.tar.gz: 182be508058f421542cd6ad9c498a0c6324fd001ef76a1b1a135800d176112d7bae5db3707dc596f8f075d959eb2846c0b38c886f3cb91e6492885178f20b047
6
+ metadata.gz: 79a569829620722b8ebbb791cf5c05664fc3a51784542041493fe9ab1c1a0bb62d1b61c0c7fa9a5d8ad645f2a1d791ab7b2b6e4be617b86223bb2c23ef73a902
7
+ data.tar.gz: ddcb23e06b251bf2aa4d53e7c6c1391ec7c5fadbd44bbe9c1225f62088e8c9247c9a387992cf422d54842aba3e166addbb070780da6c5c84fc72379d0aea0cdd
@@ -1,3 +1,3 @@
1
1
  module PushmiPullyu
2
- VERSION = '0.2.1'.freeze
2
+ VERSION = '0.2.2'.freeze
3
3
  end
data/lib/pushmi_pullyu.rb CHANGED
@@ -1,3 +1,8 @@
1
+ # require 'pushmi_pullyu/version' must be first as it declares the PushmiPullyu module.
2
+ # (This fixes a weird NameError bug when using the nested compact syntax for
3
+ # defining modules/classes like `module PushmiPullyu::Logging`)
4
+ require 'pushmi_pullyu/version'
5
+
1
6
  require 'pushmi_pullyu/logging'
2
7
 
3
8
  require 'pushmi_pullyu/aip'
@@ -8,7 +13,6 @@ require 'pushmi_pullyu/aip/fedora_fetcher'
8
13
  require 'pushmi_pullyu/cli'
9
14
  require 'pushmi_pullyu/preservation_queue'
10
15
  require 'pushmi_pullyu/swift_depositer'
11
- require 'pushmi_pullyu/version'
12
16
 
13
17
  require 'active_support'
14
18
  require 'active_support/core_ext'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pushmi_pullyu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane Murnaghan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-06-13 00:00:00.000000000 Z
11
+ date: 2017-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport