mushin 0.0.0.pre52 → 0.0.0.pre53

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/mushin +3 -0
  3. metadata +5 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 17ce084da8096a54d8f5e573cc2a5f1ea959c71a
4
- data.tar.gz: ad0d8e48b81d0fc841a034d4382595f0a655a7a3
3
+ metadata.gz: 4ce885be69161e374cfd40f005fc06db0fa5a27d
4
+ data.tar.gz: 100fb96ad91036e2e5392e502e6a3bc9f78109f0
5
5
  SHA512:
6
- metadata.gz: b318480bb6206f1b2e1b3e575dde4c4e6d758c923e4164c07b23e25245c215cd8326e2854811649de807481351375f66260a90f6506cde6d617dbb34a583c693
7
- data.tar.gz: 59af043d589ba4441ca07e99799a64a4c50801b9fb50719168e47757964eb8360825d25296421b31960050caa6b138e24208fa8ed9d90dd1db377f032d94dcca
6
+ metadata.gz: 54e7eb81992036afa41a7d3af590b85a8afb9b813f3cf7db9c55e0e22499328a12ba9ec43279effe8fc7b99888248c19c0d9431e0b2f28c8715a12ec78b1c263
7
+ data.tar.gz: c5a52b00b6508781105f3614fcef8640369e74adb197405bbeb6a5eeb2571fb6c821768af8406e34b57da2031d1c994d9cbad6355d0e6af43683ec9bc64edad2
data/bin/mushin ADDED
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ print 'mushin is coming'
metadata CHANGED
@@ -1,22 +1,24 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mushin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.pre52
4
+ version: 0.0.0.pre53
5
5
  platform: ruby
6
6
  authors:
7
7
  - theotherstupidguy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-27 00:00:00.000000000 Z
11
+ date: 2014-05-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: In the beginner’s mind there are many possibilities, in the expert’s
14
14
  mind there are few!
15
15
  email: theotherstupidguy@gmail.com
16
- executables: []
16
+ executables:
17
+ - mushin
17
18
  extensions: []
18
19
  extra_rdoc_files: []
19
20
  files:
21
+ - bin/mushin
20
22
  - lib/mushin.rb
21
23
  - lib/mushin/base.rb
22
24
  - lib/mushin/middleware/builder.rb