action_subscriber 1.2.1 → 1.2.2

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: 513479abe9697fa63a59a5744778690534904d56
4
- data.tar.gz: 76a3d907c7fe0dbf590e18540011a0a8b6d31d78
3
+ metadata.gz: 58fd2bef269136985f523686646d407050434e2c
4
+ data.tar.gz: 9c97c32ec8c319d45152aebc31ba37d8a29af1d1
5
5
  SHA512:
6
- metadata.gz: 5e54c00bb813195c8d635b5dc10423ac56cac87963c0f78528676a53e68793bccc9780d3402b15e5caf5d9ea72575ccb2a966ba9b13e4fb34ae610de13ba6244
7
- data.tar.gz: 59791200282169f31506f22a53a0179c2bf134d0ef2c1e27658e9fac5d9f471001337f4284d85c884b476ccff3a02008c744362e8da36aab40621678037c85a1
6
+ metadata.gz: 7802e40dce102f8b31c4365cc4996247eca8ee94ca804a5f92b612d17e78aaf037a425a56f0f109e523b8bfaba78417a780bc0b2a4b9d452082f0df1f2a6f4d9
7
+ data.tar.gz: 108b7561cb6ba7dfa650942bae8aabb6ded1f1b50483d5eecc61775a2122e4c0bab9c992bbdf4bf37b36db598d092d75a50dbba748d0700cea1cd57fe4b5987b
@@ -1,7 +1,8 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
+ require 'active_support'
4
+ require 'active_support/core_ext'
3
5
  require 'thor'
4
- require 'action_subscriber'
5
6
 
6
7
  module ActionSubscriber
7
8
  class CLI < ::Thor
@@ -1,3 +1,3 @@
1
1
  module ActionSubscriber
2
- VERSION = "1.2.1"
2
+ VERSION = "1.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: action_subscriber
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Stien
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2015-10-01 00:00:00.000000000 Z
15
+ date: 2015-10-05 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: activesupport