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 +4 -4
- data/CHANGELOG.md +48 -0
- data/lib/mina/dsl.rb +2 -2
- data/lib/mina/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3feab7e604c4e1267a428bc4b9a3f4c64110826b
|
|
4
|
+
data.tar.gz: 3c1ed31489132a6d6d80a3cbcf2e7f6581242506
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8c03ebd226b19867bad66d95c4b829f1921e52c3c7ffc1227223288d71ce844009963b26b6ead62267ed66c78dae42dc2709606f996a393f75aa4e2b85e6e95a
|
|
7
|
+
data.tar.gz: eb3cf07a4ec163c3573600834e4de90db89a871e90846c81a86567e16632ccbdf3bab7f8e5c6bb1c3506427ec14172bc558199b2ddce74c31816c8269b40fbae
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
data/lib/mina/dsl.rb
CHANGED
data/lib/mina/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2017-10-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|