capistrano-pimcore 0.1.0 → 0.1.1

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: a049a862a20dd7524a8f2410e3c9076571dd1394
4
- data.tar.gz: ef6a03b1998bbd70b5e8a7af5aa8437346af5c13
3
+ metadata.gz: aff0ef7b0dbfcaeea744695a5c8f920f06c94232
4
+ data.tar.gz: 1a6a764142ecbf74c736e1e5542dc821f7d249be
5
5
  SHA512:
6
- metadata.gz: db5b32fce45c2f82455673ff9f5a685c07c5923a6d780f259974c25fe6a5a863dabde3173aecb086a6067350d335f1111f0732631d2c174d1381437b359dcc9e
7
- data.tar.gz: a2da113026d0f541741da6063768a5b377abe37f17daf499a9761c06a0b214928d4ede6ca72e51f857fbe9cc7d23e0a1c13aef88fb6332bb5a3d6a90f9be852a
6
+ metadata.gz: e75e7e253b1c8541b3a43438061af3531c6cf870b1cc1d2ef9537aea5cc5c704f001a2aecf6fa9caa45bd86f1218f67d0c17a522c0bca2b57dd3158c39d04fb9
7
+ data.tar.gz: 3cfad214df3663330b11d48b4d9a63768eb7ea915bb24d22e94f85e40b0233efac92bc43a3c673f0ba6886f249c6e9104fa7cc098306f9506d235acf36d90458
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # Capistrano::Pimcore
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/capistrano/pimcore`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ Pimcore plugin for capistrano
6
4
 
7
5
  ## Installation
8
6
 
@@ -22,13 +20,14 @@ Or install it yourself as:
22
20
 
23
21
  ## Usage
24
22
 
25
- Pimcore env
23
+ ### How work with Pimcore environments
24
+
25
+ Default environment is `development` if you need change Pimcore environment add param env, exapmle:
26
+
26
27
  ```bash
27
28
  bundle exec cap test pimcore:cache:clear env=production
28
29
  ```
29
30
 
30
- TODO: write mora about default env and places where env can be setted
31
-
32
31
  ## Development
33
32
 
34
33
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
@@ -37,4 +36,4 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
37
36
 
38
37
  ## Contributing
39
38
 
40
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/capistrano-pimcore.
39
+ Bug reports and pull requests are welcome on GitHub at https://github.com/DivanteLtd/capistrano-pimcore.
@@ -15,6 +15,9 @@ end
15
15
 
16
16
  load File.expand_path('../tasks/pimcore.rake', __FILE__)
17
17
 
18
+ # Core tasks for deploying pimcore
19
+ load File.expand_path("../tasks/deploy.rake", __FILE__)
20
+
18
21
  namespace :load do
19
22
  task :defaults do
20
23
  load 'capistrano/pimcore/defaults.rb'
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Pimcore
3
- VERSION = '0.1.0'.freeze
3
+ VERSION = '0.1.1'.freeze
4
4
  end
5
5
  end
@@ -1,4 +1,4 @@
1
- include Capistrano::Magento2::Helpers
1
+ include Capistrano::Pimcore::Helpers
2
2
 
3
3
  namespace :deploy do
4
4
  task :updated do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-pimcore
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mateusz Koszutowski