mina 1.2.0 → 1.2.1

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: 78dfaf6b25901beed40266a0deba7e6ded4bb183
4
- data.tar.gz: 2aff294f4e659e7a5062c9fc690f0a0f018fdd82
3
+ metadata.gz: 3feab7e604c4e1267a428bc4b9a3f4c64110826b
4
+ data.tar.gz: 3c1ed31489132a6d6d80a3cbcf2e7f6581242506
5
5
  SHA512:
6
- metadata.gz: c782b741751373f9104bed32ba393083530ef6354ef9011a0cf38730bd166b2b142a2b7c484c80b3cefffb5025f2d418efaa874320231d4bee8c14f41dd7a142
7
- data.tar.gz: 97384c2971656ae369593f398190c1fb5c03d573b5cb9a3ffe8c6baa71c1c3f1fe3064f984839020d8660bcd343ea7cb4b9837b5e5c2a0aceb72e054cf74f06d
6
+ metadata.gz: 8c03ebd226b19867bad66d95c4b829f1921e52c3c7ffc1227223288d71ce844009963b26b6ead62267ed66c78dae42dc2709606f996a393f75aa4e2b85e6e95a
7
+ data.tar.gz: eb3cf07a4ec163c3573600834e4de90db89a871e90846c81a86567e16632ccbdf3bab7f8e5c6bb1c3506427ec14172bc558199b2ddce74c31816c8269b40fbae
@@ -1,5 +1,53 @@
1
1
  # Change Log
2
2
 
3
+ ## [v1.2.0](https://github.com/mina-deploy/mina/tree/v1.2.0) (2017-09-29)
4
+ [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.1.1...v1.2.0)
5
+
6
+ **Fixed bugs:**
7
+
8
+ - Fix keyscan\_domain task [\#570](https://github.com/mina-deploy/mina/issues/570)
9
+
10
+ ## [v1.1.1](https://github.com/mina-deploy/mina/tree/v1.1.1) (2017-09-29)
11
+ [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.1.0...v1.1.1)
12
+
13
+ ## [v1.1.0](https://github.com/mina-deploy/mina/tree/v1.1.0) (2017-09-29)
14
+ [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.7...v1.1.0)
15
+
16
+ **Implemented enhancements:**
17
+
18
+ - Separate environment to local and backend environment tasks [\#569](https://github.com/mina-deploy/mina/issues/569)
19
+ - Add warning when using rails:\* tasks [\#567](https://github.com/mina-deploy/mina/issues/567)
20
+ - Provide --no-report-time [\#540](https://github.com/mina-deploy/mina/issues/540)
21
+
22
+ **Fixed bugs:**
23
+
24
+ - disable running `run` blocks inside another `run` block [\#565](https://github.com/mina-deploy/mina/issues/565)
25
+
26
+ **Closed issues:**
27
+
28
+ - rails:assets\_precompile not working although working locally or via SSH [\#566](https://github.com/mina-deploy/mina/issues/566)
29
+ - py-mina [\#564](https://github.com/mina-deploy/mina/issues/564)
30
+ - Is it possible to deploy static websites with mina ? [\#562](https://github.com/mina-deploy/mina/issues/562)
31
+ - Add directory structure doc [\#558](https://github.com/mina-deploy/mina/issues/558)
32
+ - Update command line options docs [\#557](https://github.com/mina-deploy/mina/issues/557)
33
+ - How Mina work? [\#546](https://github.com/mina-deploy/mina/issues/546)
34
+ - Log of mina deploy command [\#529](https://github.com/mina-deploy/mina/issues/529)
35
+ - Fix 'No Rakefile found' for rails:{db\_create, db\_migrate, db\_rollback, assetts\_precompile} commands [\#524](https://github.com/mina-deploy/mina/issues/524)
36
+ - The old "force\_assets=1" option is mentioned on the "rails:assets\_precompile" doc webpage rather than the new "force\_asset\_precompile=true" one [\#520](https://github.com/mina-deploy/mina/issues/520)
37
+ - Skipping assets:precompile doesn't copy assets folder to new current\_path [\#518](https://github.com/mina-deploy/mina/issues/518)
38
+ - `remote` command doesn't find my executable \(after upgrade from 0.3 to 1.0\) [\#513](https://github.com/mina-deploy/mina/issues/513)
39
+ - Add hint about creating `shared/database.yml` in README [\#503](https://github.com/mina-deploy/mina/issues/503)
40
+ - Provide meaningful default shared folders [\#501](https://github.com/mina-deploy/mina/issues/501)
41
+ - Managing environment variables file application.yml [\#497](https://github.com/mina-deploy/mina/issues/497)
42
+ - mina setup or mina init, don't know how to build task [\#488](https://github.com/mina-deploy/mina/issues/488)
43
+
44
+ **Merged pull requests:**
45
+
46
+ - added a recipe for deploying static websites [\#563](https://github.com/mina-deploy/mina/pull/563) ([alexwebgr](https://github.com/alexwebgr))
47
+ - Fix typo: space between "\]" and "\(" [\#561](https://github.com/mina-deploy/mina/pull/561) ([lorenzosinisi](https://github.com/lorenzosinisi))
48
+ - Fixed typo [\#560](https://github.com/mina-deploy/mina/pull/560) ([pborreli](https://github.com/pborreli))
49
+ - Add skip-existing option to example rbenv install [\#527](https://github.com/mina-deploy/mina/pull/527) ([sunny](https://github.com/sunny))
50
+
3
51
  ## [v1.0.7](https://github.com/mina-deploy/mina/tree/v1.0.7) (2017-09-08)
4
52
  [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.6...v1.0.7)
5
53
 
@@ -49,9 +49,9 @@ module Mina
49
49
 
50
50
  def deploy(&block)
51
51
  run :remote do
52
- set(:deploy, true)
52
+ set(:deploy_block, true)
53
53
  command deploy_script(&block), quiet: true
54
- set(:deploy, false)
54
+ set(:deploy_block, false)
55
55
  end
56
56
  end
57
57
  end
@@ -1,3 +1,3 @@
1
1
  module Mina
2
- VERSION = '1.2.0'.freeze
2
+ VERSION = '1.2.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mina
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stjepan Hadjić
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-29 00:00:00.000000000 Z
11
+ date: 2017-10-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake