fake_smith 0.0.10 → 0.0.11

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: cab37e37af9c6c2e1ed4e32540a0303300da3585
4
- data.tar.gz: bb38234dc64a58f605a56e0c2156d4a44074b50b
3
+ metadata.gz: b3826546f0e7f68d8c3e5617fcbf5957beb2e7ed
4
+ data.tar.gz: 3c964e53d2468e7053b285c366bf23cdac348b63
5
5
  SHA512:
6
- metadata.gz: 2c18efa666c4812544fdb0903bc599fb396931a1307be2af78eb320708f674cf21d67ce984ad793866d52ce0c23d51c8e2b490a312c20cecef1f05bb28124068
7
- data.tar.gz: ccb3036125c9e8274605a59b781510f051105b982617832ac59040f6161fed03893d1456e382847196490a49973071ca736f8ffe672b7d6a0e6db8ace09c0342
6
+ metadata.gz: a9818f7a6fca98126e85b3b8a915779bbcde36884f1e48f2dc12b34f502e4119f4dae3ba04a6a9690d170fa19afcb650acb580235480fd3ef212479fb6f7fd69
7
+ data.tar.gz: 2dfaa4838f000fe541a4a9d9783daedaacdd93f5af89a89c768a09c273bdb171edb3b0136a9fac9c8412d39c8d3af508ae2da8ad165cbe4b1131986540f67fa0
@@ -1,3 +1,3 @@
1
1
  class FakeSmith
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
data/lib/fake_smith.rb CHANGED
@@ -110,6 +110,9 @@ end
110
110
  module Smith
111
111
  class Agent
112
112
 
113
+ def initialize
114
+ end
115
+
113
116
  def self.options(opts)
114
117
  end
115
118
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fake_smith
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dylan Griffith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-15 00:00:00.000000000 Z
11
+ date: 2015-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler