pps_commons 0.1.2 → 0.1.3

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: 21ce97f902f90c72e6419fed798708be8f9e9b8b
4
- data.tar.gz: 14d88644cd35457d96abf7ddc55149b00914013f
3
+ metadata.gz: b5a18be028e38ab0bbd7cf0c6aac4123ffeb9aa6
4
+ data.tar.gz: 72122f33cd7aa295d5175c60c56237f5bfddef97
5
5
  SHA512:
6
- metadata.gz: 2347087f700aadc308b644655159832c9ea920cd357088fdaf39e0ffa7331bf702434c57b7a659646fd1a07a821eaa5511408aaacefb0f2036f5bc0792b4c30a
7
- data.tar.gz: 4f5676db6ecc59e245d1f1fb14c9868dcfb8742f4b035b42440bda0df4616b96c5f804efdd8eecc7821389ae8065893922c8144a27242150540ebaee0b575f94
6
+ metadata.gz: cd91e52bea59c2c47850b7d48b6dbd0cb585fc10778dc9197f18455d23842df21ebf052dcfb82b9aeda7ca700db6dd0b361cc7b085aab4095fa4a167677462a1
7
+ data.tar.gz: 46ed66bae46be0c6a30c4e20f92538785c9b1f846c9964434c404b32c78842d600d57d6048effc1eea12307d84a53edf6d2ba32235b9c589aad8af659def810b
@@ -5,7 +5,7 @@ module WGU
5
5
  # life. It does this by understanding the message and deferring the correct
6
6
  # methods for later. This class is called from the PPS agents in the work_loop.
7
7
  class DelegationAgent
8
- include PPSCommons
8
+ include ::PPSCommons
9
9
 
10
10
  attr_accessor :requester
11
11
  attr_reader :sentence
@@ -1,3 +1,3 @@
1
1
  module PPSCommons
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pps_commons
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
  - Adam Phillipps