capistrano-olympus 0.0.3 → 0.0.4

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: eb77d33d25f89d00b66cff44b82ac46b1b5e5f62
4
- data.tar.gz: 362c43c0f3d33e02f7a206221e3db61f604d4854
3
+ metadata.gz: 39e050325bbdba4a20ee930de3ed02845a1fc049
4
+ data.tar.gz: f067ef11184ecdd67d488d579ce941ea6928e7c0
5
5
  SHA512:
6
- metadata.gz: 4657499ae72db3bae993b53598963b5128ae8c083477ecf895b79c98e5edd334bcd97c68375603716444bc0f0b4939d6ee9ca2964b8084d3a2330e84efbb7276
7
- data.tar.gz: 742dbc65a6b09e18fc6afa3728dbc02450f127d623495a9e2618b5bdf5467d3bf64c00927bc8c5e746fa8bd6d7c5541c4c8b88550365dd47e1d1d92b79ac5ac9
6
+ metadata.gz: 4d5485f8fb92375205601a57056ca9b78200cf19932d95a6e575b6aeaae32282a5280efa5baf7d4e437f242311383ccfc884037a34ed1e1ad1cdf6fb123d8147
7
+ data.tar.gz: 42e39e019c75f9017938b03eaeb31efbdfa4c56be261cd7933098983c173dacd12d6cbb3e3e123b5e89457c12dd0fc46270e5e1b88b78828a03b813e87505a4b
File without changes
data/README.md CHANGED
@@ -28,8 +28,7 @@ Require `capistrano-olympus` in your gem file:
28
28
  ```
29
29
  # Gemfile
30
30
  gem 'capistrano', '~> 3.4'
31
- gem 'capistrano-olympus', '~> 0.0.3'
32
- gem 'colorize', '~> 0.7.7'
31
+ gem 'capistrano-olympus', '~> 0.0.4'
33
32
  ```
34
33
 
35
34
  ### Usage
@@ -4,8 +4,8 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = 'capistrano-olympus'
7
- gem.version = '0.0.3'
8
- gem.date = '2016-04-01'
7
+ gem.version = '0.0.4'
8
+ gem.date = Time.now.strftime("%Y-%m-%d")
9
9
  gem.authors = ['Achraf Chouk']
10
10
  gem.email = ['achrafchouk@gmail.com']
11
11
  gem.description = "Capistrano 3.x deployment processes for WordPress and Olympus framework"
@@ -13,7 +13,26 @@ Gem::Specification.new do |gem|
13
13
  gem.homepage = 'http://github.com/crewstyle/capistrano-olympus'
14
14
  gem.license = 'MIT'
15
15
 
16
- gem.files = `git ls-files`.split($/)
16
+ gem.files = [
17
+ 'CHANGELOG',
18
+ 'LICENSE',
19
+ 'README.md',
20
+ 'capistrano-olympus.gemspec',
21
+ 'lib/capistrano-olympus.rb',
22
+ 'lib/capistrano/olympus.rb',
23
+ 'lib/capistrano/tasks/capistrano-deploy.rake',
24
+ 'lib/capistrano/tasks/database.rake',
25
+ 'lib/capistrano/tasks/directories.rake',
26
+ 'lib/capistrano/tasks/files.rake',
27
+ 'lib/capistrano/tasks/htaccess.rake',
28
+ 'lib/capistrano/tasks/pagespeed.rake',
29
+ 'lib/capistrano/tasks/php.rake',
30
+ 'lib/capistrano/tasks/redis.rake',
31
+ 'lib/capistrano/tasks/robots.rake',
32
+ 'lib/capistrano/tasks/server.rake',
33
+ 'lib/capistrano/tasks/varnish.rake',
34
+ 'lib/capistrano/vars/defaults.rb',
35
+ ]
17
36
  gem.executables = gem.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
37
 
19
38
  # no tests as of yet
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-olympus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Achraf Chouk
@@ -73,8 +73,7 @@ executables: []
73
73
  extensions: []
74
74
  extra_rdoc_files: []
75
75
  files:
76
- - ".gitignore"
77
- - CHANGELOG.md
76
+ - CHANGELOG
78
77
  - LICENSE
79
78
  - README.md
80
79
  - capistrano-olympus.gemspec
data/.gitignore DELETED
@@ -1,17 +0,0 @@
1
- *.gem
2
- *.rbc
3
- .bundle
4
- .config
5
- .yardoc
6
- Gemfile.lock
7
- InstalledFiles
8
- _yardoc
9
- coverage
10
- doc/
11
- lib/bundler/man
12
- pkg
13
- rdoc
14
- spec/reports
15
- test/tmp
16
- test/version_tmp
17
- tmp