mina-puma 0.0.2 → 0.0.3

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -9
  3. data/lib/mina/puma/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 408d3d48674a553c92b3ab1d0cd63af0645ef776
4
- data.tar.gz: 4171b4e13474abc07e454b14386df1a09dc87d9d
3
+ metadata.gz: b018be9fc266f3388c596a17405c83cb8523d8a7
4
+ data.tar.gz: 72be64d7c026982e56c6dc2172bef82d7210aafe
5
5
  SHA512:
6
- metadata.gz: 685d7ac36e79f6dadf0a76aa7b30bc1da13ea392928e8d17c11d02dba27cfe536db6b33da1c8672a04fff93995da2c8aeb3fc1b180c561e249012b61ceb70a77
7
- data.tar.gz: 0115371fed0ed3a8a804a5434d7e90c1fcadb00bb36ec69dbb62828f889e9098a5f0008dc9ed34297a0d698fc0579b7f42e8777af87c0e1c25c61c98f378f64d
6
+ metadata.gz: f80ca7fdcbe7d66d073fcdac29ac3c5dc00fc241abc98ed8a82aa51a7a40e53b9a8f00a3058fbd88f0f11f33fffd9e19f5c15768a39be2b17fe922ca114a099e
7
+ data.tar.gz: 94fbc57a2b7285c0dec51ed6e8e9d8129177ce76442ca18c9f34c2972dcc9dc1f9e72ea697766c594a6133e232ceb361c5a535851806668ce3736f1b6a98773e
data/README.md CHANGED
@@ -6,15 +6,7 @@ Puma tasks for Mina deployment.
6
6
 
7
7
  Add this line to your application's Gemfile:
8
8
 
9
- gem 'mina-puma'
10
-
11
- And then execute:
12
-
13
- $ bundle
14
-
15
- Or install it yourself as:
16
-
17
- $ gem install mina-puma
9
+ gem 'mina-puma', require: 'false'
18
10
 
19
11
  ## Usage
20
12
 
@@ -1,5 +1,5 @@
1
1
  module Mina
2
2
  module Puma
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mina-puma
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Sandelius