wslave 0.0.4 → 0.0.5
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/base/Gemfile +0 -16
- data/wslave.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8b213766782ca7f92ba1aa03938b49f5a63b46e0
|
|
4
|
+
data.tar.gz: 9cb031501b8c320bbddb3e6f10e14197ede70bb3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ee6e5a9fbe47d880febdedb3a09b10d9e14291cc87b911273bf20596d71125dc11cd8443ff605a84903d9ff6a5e47fb58ac87f3e76f2ca14e0c59f3de33e75f
|
|
7
|
+
data.tar.gz: 1fb15a20feb3afee3ba4d840c1c0d1ce1bef3968a5eb06de7fd88658163235784645254fab3a94fe376bd4802958114237154d03afdb365ed18ad01b4527a0f3
|
data/base/Gemfile
CHANGED
|
@@ -1,19 +1,3 @@
|
|
|
1
1
|
source 'http://rubygems.org'
|
|
2
2
|
|
|
3
3
|
gemspec
|
|
4
|
-
|
|
5
|
-
group :development do
|
|
6
|
-
gem 'rb-inotify', require: false
|
|
7
|
-
gem 'rb-fsevent', require: false
|
|
8
|
-
gem 'guard'
|
|
9
|
-
gem 'guard-rspec'
|
|
10
|
-
gem 'rubocop'
|
|
11
|
-
gem 'guard-rubocop'
|
|
12
|
-
end
|
|
13
|
-
|
|
14
|
-
group :test do
|
|
15
|
-
gem 'rspec'
|
|
16
|
-
gem 'emojidex-vectors', github: 'emojidex/emojidex-vectors'
|
|
17
|
-
#gem 'emojidex-vectors', path: '../emojidex-vectors'
|
|
18
|
-
gem 'emojidex-rasters', github: 'emojidex/emojidex-rasters'
|
|
19
|
-
end
|
data/wslave.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'wslave'
|
|
3
|
-
s.version = '0.0.
|
|
3
|
+
s.version = '0.0.5'
|
|
4
4
|
s.licenses = ['GPL-3.0', 'AGPL-3.0']
|
|
5
5
|
s.summary = '"Word Slave" generates and controls a WordPress installation'
|
|
6
6
|
s.description = 'Word Slave includes the wslave command and a control library to generate a ' \
|