polishgeeks-dev-tools 1.1.0 → 1.1.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 +4 -0
- data/Gemfile.lock +5 -5
- data/lib/polishgeeks/dev-tools/command/final_blank_line.rb +1 -0
- data/lib/polishgeeks/dev-tools/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6cdf2be6fcee075622277eecdbd4ecaf6858ec15
|
|
4
|
+
data.tar.gz: 19e96f4dfa8fab46ec45bc7d1ac9dd256d45494a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 836d8a4b439be5dd06d0994a768df7b9302ef08128d87f22592022426866be9317dc05551b711c025079267d7a4f06cc77380b7533915c2b86a469e8094b052a
|
|
7
|
+
data.tar.gz: 02d38ea6c905261198cd47e89a35c78e71197aa78eb10a28dd5a90c86a5a5d542aeb717bc670e65d79d0d713d3fe263abed3ac8976c6c3f9332d3fb68dd95079
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
polishgeeks-dev-tools (1.1.
|
|
4
|
+
polishgeeks-dev-tools (1.1.1)
|
|
5
5
|
brakeman
|
|
6
6
|
faker
|
|
7
7
|
haml-lint
|
|
@@ -19,10 +19,10 @@ GEM
|
|
|
19
19
|
remote: https://rubygems.org/
|
|
20
20
|
specs:
|
|
21
21
|
abstract_type (0.0.7)
|
|
22
|
-
activemodel (4.2.
|
|
23
|
-
activesupport (= 4.2.
|
|
22
|
+
activemodel (4.2.4)
|
|
23
|
+
activesupport (= 4.2.4)
|
|
24
24
|
builder (~> 3.1)
|
|
25
|
-
activesupport (4.2.
|
|
25
|
+
activesupport (4.2.4)
|
|
26
26
|
i18n (~> 0.7)
|
|
27
27
|
json (~> 1.7, >= 1.7.7)
|
|
28
28
|
minitest (~> 5.1)
|
|
@@ -148,7 +148,7 @@ GEM
|
|
|
148
148
|
reek (= 1.6.3)
|
|
149
149
|
ruby2ruby (>= 2.1.1, < 3.0)
|
|
150
150
|
virtus (~> 1.0)
|
|
151
|
-
sass (3.4.
|
|
151
|
+
sass (3.4.17)
|
|
152
152
|
sexp_processor (4.6.0)
|
|
153
153
|
shoulda (3.5.0)
|
|
154
154
|
shoulda-context (~> 1.0, >= 1.0.1)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: polishgeeks-dev-tools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Maciej Mensfeld
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-08-
|
|
11
|
+
date: 2015-08-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -299,7 +299,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
299
299
|
version: '0'
|
|
300
300
|
requirements: []
|
|
301
301
|
rubyforge_project:
|
|
302
|
-
rubygems_version: 2.4.
|
|
302
|
+
rubygems_version: 2.4.8
|
|
303
303
|
signing_key:
|
|
304
304
|
specification_version: 4
|
|
305
305
|
summary: Set of tools used when developing Ruby based apps
|
|
@@ -331,4 +331,3 @@ test_files:
|
|
|
331
331
|
- spec/lib/polishgeeks/dev-tools/shell_spec.rb
|
|
332
332
|
- spec/lib/polishgeeks/dev-tools/version_spec.rb
|
|
333
333
|
- spec/spec_helper.rb
|
|
334
|
-
has_rdoc:
|