miniploy 0.0.1 → 0.0.2

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. data/lib/miniploy.rb +1 -1
  2. data/miniploy.gemspec +0 -2
  3. metadata +5 -18
data/lib/miniploy.rb CHANGED
@@ -3,5 +3,5 @@ require 'miniploy/dsl'
3
3
  require 'miniploy/deploy'
4
4
 
5
5
  module Miniploy
6
- VERSION = '0.0.1'
6
+ VERSION = '0.0.2'
7
7
  end
data/miniploy.gemspec CHANGED
@@ -14,6 +14,4 @@ Gem::Specification.new do |s|
14
14
 
15
15
  s.files = `git ls-files`.split "\n"
16
16
  s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
17
-
18
- s.add_development_dependency 'rake'
19
17
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: miniploy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Thibault Jouan
@@ -16,21 +16,8 @@ bindir: bin
16
16
  cert_chain: []
17
17
 
18
18
  date: 2011-08-02 00:00:00 Z
19
- dependencies:
20
- - !ruby/object:Gem::Dependency
21
- name: rake
22
- prerelease: false
23
- requirement: &id001 !ruby/object:Gem::Requirement
24
- none: false
25
- requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- hash: 3
29
- segments:
30
- - 0
31
- version: "0"
32
- type: :development
33
- version_requirements: *id001
19
+ dependencies: []
20
+
34
21
  description: |
35
22
  A minimal deployment tool using ssh and git.
36
23