crabfarm 0.2.2 → 0.2.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: 52ca9c7f98addbe26b5ff98ae502c9f0526d78dd
4
- data.tar.gz: 8460bde2927f16b4bfb0231724b09d17da0b24dc
3
+ metadata.gz: effa8e1c5802af234c1fa733db6c2e1adea6ee5b
4
+ data.tar.gz: b988a4ddc01841d41cafd4225942820fd8a10108
5
5
  SHA512:
6
- metadata.gz: 566ec3a924a621d53bb91b59628bf269de1794455800d7eabf9632076c970d44bd56c60a09fb0518e6aed8f7cf5a94eb4dd7cffc284da0fa4956808b8129fdcd
7
- data.tar.gz: a52684de47189cb632e3a35cab4fd76980bc1e2021428c12344241fd266eef7984de92bcb6a1069f1422e66c6580f2cb5cd8a992ef9ae61aec600fb783687529
6
+ metadata.gz: 43b9f2b0a3157ca68addadc895fc77de7f0c025205095b4ecc3027630bb71a8994dc84c5b0de32f1a135f2a10c5fcfc4e9cf1220307f95e0a008ad77e4c01383
7
+ data.tar.gz: 01863c91b81858759875f6d12890c9c3c2a1a846618df9dbf81c2a3632f5174018adcc2a2b13cc1bd4d10d8b0f275a0ffed900e0b970409ca5d690b6a548acb8
@@ -1,5 +1,3 @@
1
- require 'active_support'
2
-
3
1
  module Crabfarm
4
2
  class Context
5
3
  extend Forwardable
@@ -1,4 +1,3 @@
1
- require 'active_support'
2
1
  require 'crabfarm/crabtrap_runner'
3
2
 
4
3
  module Crabfarm
@@ -1,6 +1,5 @@
1
1
  require 'rainbow'
2
2
  require 'rainbow/ext/string'
3
- require 'active_support'
4
3
  require 'erb'
5
4
  require 'ostruct'
6
5
 
@@ -1,5 +1,3 @@
1
- require 'active_support'
2
-
3
1
  module Crabfarm
4
2
  class StateStore
5
3
 
@@ -1,3 +1,3 @@
1
1
  module Crabfarm
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crabfarm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ignacio Baixas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-26 00:00:00.000000000 Z
11
+ date: 2015-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: selenium-webdriver