webistrano_cli 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 504d2181a96b47eb5339bbf7a206349a01434fda
4
- data.tar.gz: 14d7dc2fa00e36de4e2dfa264cb8b26de4db972d
3
+ metadata.gz: 335c8663be3fb4b54c65432255aff56fa600f894
4
+ data.tar.gz: b0d64a9e59d3e2fd12b70d1cbebb26260276dcc6
5
5
  SHA512:
6
- metadata.gz: 41f09ae73a0c2d19c1434d8b6cae3601855cefd096d4c9c0d2174cbe5f0a1d13c3fd29d1417b0d38ab22124f78a944b06f6748f33d9962cdbbbbfeb451733423
7
- data.tar.gz: 68935cb7f0599ee9fc17ccc69a875896b92983aa15e9b2fb09ecbed6924902a85592c0e22e56b8854799b5b572945886d082f941fb6d420f7888d426d5685242
6
+ metadata.gz: 28f9d509ac501d1ab88c7f0a419a38e0b0f3a9bd639a29bbe69076f480ea2b8839a70bf822ef354d94bea1c7fc8e20f3dedce66bdb22d87596d63e33fa8ebd7a
7
+ data.tar.gz: de6c1f4499c94e661519f1fc01cddfdf0e042f0c357b5401cd4c87f8b6df33d52cf9788a4edc6be1bf25b332223e8dadab069e5eced308260dad08dc6f131d14
data/LICENSE CHANGED
@@ -1,22 +1,20 @@
1
+ The MIT License (MIT)
2
+
1
3
  Copyright (c) 2011 Dariusz Gertych
2
4
 
3
- Permission is hereby granted, free of charge, to any person
4
- obtaining a copy of this software and associated documentation
5
- files (the "Software"), to deal in the Software without
6
- restriction, including without limitation the rights to use,
7
- copy, modify, merge, publish, distribute, sublicense, and/or sell
8
- copies of the Software, and to permit persons to whom the
9
- Software is furnished to do so, subject to the following
10
- conditions:
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
11
 
12
- The above copyright notice and this permission notice shall be
13
- included in all copies or substantial portions of the Software.
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
14
 
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
17
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
19
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22
- OTHER DEALINGS IN THE SOFTWARE.
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -5,7 +5,7 @@ require 'multi_xml'
5
5
 
6
6
  class HerXmlParser < Faraday::Response::ParseXml
7
7
  define_parser do |body|
8
- ::MultiXml.parse(body, {disallowed_types: => []})
8
+ ::MultiXml.parse(body, {:disallowed_types => []})
9
9
  end
10
10
 
11
11
  def process_response(env)
@@ -1,4 +1,4 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  module WebistranoCli
3
- VERSION = "0.0.7"
3
+ VERSION = "0.0.8"
4
4
  end
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.homepage = "https://github.com/chytreg/webistrano_cli"
11
11
  s.summary = %q{Allow to deploy projects from webistrano via console}
12
12
  s.description = %q{Allow to deploy projects from webistrano via console}
13
+ s.license = 'MIT'
13
14
 
14
15
  s.rubyforge_project = "webistrano_cli"
15
16
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webistrano_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - chytreg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-26 00:00:00.000000000 Z
11
+ date: 2013-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -131,7 +131,8 @@ files:
131
131
  - lib/webistrano_cli/version.rb
132
132
  - webistrano_cli.gemspec
133
133
  homepage: https://github.com/chytreg/webistrano_cli
134
- licenses: []
134
+ licenses:
135
+ - MIT
135
136
  metadata: {}
136
137
  post_install_message:
137
138
  rdoc_options: []
@@ -149,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
149
150
  version: '0'
150
151
  requirements: []
151
152
  rubyforge_project: webistrano_cli
152
- rubygems_version: 2.0.2
153
+ rubygems_version: 2.0.3
153
154
  signing_key:
154
155
  specification_version: 4
155
156
  summary: Allow to deploy projects from webistrano via console