huginn_agent 0.4.2 → 0.4.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: c573d3c7145a867f58d80f1790f4f796ab2916c5
4
- data.tar.gz: 828fbe815813782f2341e5cd47dbcf762c83a62e
3
+ metadata.gz: 84de4573e25a1364a8693e8694e141669232eba7
4
+ data.tar.gz: 66e75dbc1b1c8c9efc539695ea0900cb87b07164
5
5
  SHA512:
6
- metadata.gz: f4567b3df27e614c81f6fa2ec25f51729248f9b59af9a8be260c2f50d8aac04ff5d24140014b79388a5cad927c81469bda5f95a6192dd85b4a1f4268ef49167c
7
- data.tar.gz: 97f3bd9716af59f7438567fc11c3bccd4fb7305526d179233f0f266ad4d346ad864ab8ef8c58a27e89f7812fd57627e1eb7df7a1de8b0210364cfdd34cf29f68
6
+ metadata.gz: 09fcafc1ddc86bf668e40865675881170bd6d23368a42c880330d056a5e4bb9e5784cea07bd918122c393f6313f95408e99a93b6223fa2364fbcd9aeb2dfb994
7
+ data.tar.gz: 51a57612699af43bbc5b21c46720bd00990208b854e877a833e0548b93462d5363c665c5c8062dee6a1db0fcc82562c9ce83e7c322f7a9a9831f44e338799142
@@ -39,7 +39,7 @@ class HuginnAgent
39
39
 
40
40
  def spec
41
41
  Dir.chdir('spec/huginn') do
42
- shell_out "bundle exec rspec ../*_spec.rb ../**/*_spec.rb", 'Running specs ...', true
42
+ shell_out "bundle exec rspec --pattern ../*_spec.rb,../{[!huginn/]}**/*_spec.rb", 'Running specs ...', true
43
43
  end
44
44
  end
45
45
 
@@ -1,3 +1,3 @@
1
1
  class HuginnAgent
2
- VERSION = '0.4.2'
2
+ VERSION = '0.4.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: huginn_agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Cantino
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-10 00:00:00.000000000 Z
11
+ date: 2016-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor