mushin 0.2.0 → 0.3.0

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: 23e3c79e4ed8304e6e27e3b29073604aa3e58290
4
- data.tar.gz: 4c61d824c7d4e1877eb39bb4b0aeec0eda9a6faa
3
+ metadata.gz: c93ae103b15c010ce99d9ab2d658eb9d734601d6
4
+ data.tar.gz: ed5f9df47b0059119f66166ff2353f137589fb36
5
5
  SHA512:
6
- metadata.gz: 9d229890262a4ea1cb220319299beb18c23a10f05c08f587da1abb8dcbc46117360923f8e7f1fd867f0b6b197c8d3f4f2cafe074837093fe467a9824e2b09577
7
- data.tar.gz: 0ce71e1931452f3ac0ac3922179dc5b63ab2efed0cf4e20e1a10bd1d768b96850736f9fbef6a2d52b6a2426f9e7601ef2f5c893e6d1f6f8246b618a82e51ad81
6
+ metadata.gz: 098937f319e098a6905ec8b0d827a0e4f00934c270746271a08c760166eed0730a83dadeb9d842a094457ad1d1039ad04463cd28e708205c65a3f3636af54d73
7
+ data.tar.gz: 906eda37061802fa286659d06a026150221455f76feae9b937c82b1264636a886d5d35c083fb037b1edd0a3a5c7ac4c562fdc338710df576704daceb6ac5eff5
@@ -1,3 +1,3 @@
1
1
  module Mushin
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
data/lib/mushin.rb CHANGED
@@ -14,4 +14,13 @@ module Mushin
14
14
  call
15
15
  end
16
16
  end
17
+
18
+ class Ext
19
+ def initialize
20
+ raise NotImplementedError, "Mushin Extenstions implement :initialize"
21
+ end
22
+ def call
23
+ raise NotImplementedError, "Mushin Extenstions implement :call"
24
+ end
25
+ end
17
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mushin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - zotherstupidguy
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-10-08 00:00:00.000000000 Z
11
+ date: 2016-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler