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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2534723cda67e7800e77d1b1782498c5161ac9bc4bc23f85ecc936ecc36a3e63
4
- data.tar.gz: ebb9d5a0ffc3d63ffe5821d493a1369ef6d266470570b291f64dae532234e37b
3
+ metadata.gz: 4a16affdde0e48db02b404319d36263e91199b806793bd39b63130bb0c34088f
4
+ data.tar.gz: 44c87100d9e2c07c41e02e8eeb56a467164dc321a41e9767a189ad99488aa71e
5
5
  SHA512:
6
- metadata.gz: 4fa111fab8235a370109ff294bf0b500ed7a75021d2d4d74748a07a08a881faf3e67de165abf33fbdd970187d594b0a8261e6858b617647c6b3520c2fca6b6e3
7
- data.tar.gz: 8cde4f1942f18f76c69eb5a3eae0c3fee859012b3da8ff92c5766b1efe50d99ef0ab161578cc325283554c697b8a3474f46badb1fed89ac317c16f71913c3d0b
6
+ metadata.gz: 10c26ff79a462a5e40593ec947c415bd2351d1d1696d3e727fdd22cb67184ced9aa87a36a74e33b26811918927e9f8cdf948983ef572faa3a2166243d4f50c47
7
+ data.tar.gz: a7a43960639033b86bc2f5511570cbdb28d1852b869937548558a74466dd5fbb9646697adf402acbbe32a7779523bfa2606c89ad472ea03e2fbb7b74887764f4
data/CHANGELOG.md CHANGED
@@ -1 +1,3 @@
1
1
  # CHANGELOG
2
+
3
+ See https://github.com/ergoserv/auxiliary_rails/commits/master.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # AuxiliaryRails
2
2
 
3
- Collection of classss, configs, scripts, generators for Ruby on Rails helping you get things done, better.
3
+ Collection of classes, configs, scripts, generators for Ruby on Rails helping you get things done, better.
4
4
 
5
5
  ## Installation
6
6
 
@@ -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{auxiliary_rails provides extra layers and utils for helping to build solid and clean Ruby on Rails applications}
13
- # spec.description = %q{TODO: Write a longer description or delete this line.}
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
 
@@ -1,3 +1,3 @@
1
1
  module AuxiliaryRails
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.1.1'.freeze
3
3
  end
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.0
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: auxiliary_rails provides extra layers and utils for helping to build solid
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: []