auxiliary_rails 0.1.0 → 0.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 +2 -0
- data/README.md +1 -1
- data/auxiliary_rails.gemspec +2 -2
- data/lib/auxiliary_rails/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4a16affdde0e48db02b404319d36263e91199b806793bd39b63130bb0c34088f
|
|
4
|
+
data.tar.gz: 44c87100d9e2c07c41e02e8eeb56a467164dc321a41e9767a189ad99488aa71e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 10c26ff79a462a5e40593ec947c415bd2351d1d1696d3e727fdd22cb67184ced9aa87a36a74e33b26811918927e9f8cdf948983ef572faa3a2166243d4f50c47
|
|
7
|
+
data.tar.gz: a7a43960639033b86bc2f5511570cbdb28d1852b869937548558a74466dd5fbb9646697adf402acbbe32a7779523bfa2606c89ad472ea03e2fbb7b74887764f4
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
data/auxiliary_rails.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Dmitry Babenko"]
|
|
10
10
|
spec.email = ["dmitry@ergoserv.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{
|
|
13
|
-
|
|
12
|
+
spec.summary = %q{AuxiliaryRails provides extra layers and utils for helping to build solid and clean Ruby on Rails applications}
|
|
13
|
+
spec.description = %q{AuxiliaryRails is a collection of classes, configs, scripts, generators for Ruby on Rails helping you get things done, better.}
|
|
14
14
|
spec.homepage = "https://github.com/ergoserv/auxiliary_rails"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: auxiliary_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dmitry Babenko
|
|
@@ -80,7 +80,8 @@ dependencies:
|
|
|
80
80
|
- - ">="
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '0'
|
|
83
|
-
description:
|
|
83
|
+
description: AuxiliaryRails is a collection of classes, configs, scripts, generators
|
|
84
|
+
for Ruby on Rails helping you get things done, better.
|
|
84
85
|
email:
|
|
85
86
|
- dmitry@ergoserv.com
|
|
86
87
|
executables: []
|
|
@@ -134,6 +135,6 @@ requirements: []
|
|
|
134
135
|
rubygems_version: 3.0.3
|
|
135
136
|
signing_key:
|
|
136
137
|
specification_version: 4
|
|
137
|
-
summary:
|
|
138
|
+
summary: AuxiliaryRails provides extra layers and utils for helping to build solid
|
|
138
139
|
and clean Ruby on Rails applications
|
|
139
140
|
test_files: []
|