jt-rails-toolbox 1.0.0 → 1.0.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/jt-rails-toolbox.gemspec +3 -3
  4. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 38a71b9807ecd4b975ac247304de52a4b07131cd
4
- data.tar.gz: 8fcd255aafa1e5dcb417786881a7932be2d9c551
3
+ metadata.gz: 1628433b9b578d3a9f432d5b5e5575069fc95905
4
+ data.tar.gz: 535cec5b53e13f807f534c5485d4dc1bc3709959
5
5
  SHA512:
6
- metadata.gz: 42e5dfccb8453f47328d3f42ae34e6ab5474c2d8cac4be92f56a1ca02094cacb19cca45edd89155e2ab9d5d4af62d8b53d7f75457e0b2d9f61e70370198970d1
7
- data.tar.gz: f6b475a03f55c622549ace0707795b01dbbacaec1e6a172ffe4120492caaee53e956fbd8cd0c7c1e02074bd87b2513c42a43e8d712381b8549f55f4f41d60dda
6
+ metadata.gz: ddfa66a2f4922ccf2f49d09531e9166a12ebd42ca733bbcbcf88d11a72d8c8a3fcb7259aa371e8814a9478b6a16bdf396c30c4741979636b4b76ac290743e430
7
+ data.tar.gz: 94895a5d6a9b5a3e47d91b93b9caafa8d3da0ade20bb85665b9663f176553e93436a1e3819a530c1b99442d9aa63dd092b3d94cc98408dc47a37558f5a4b60dc
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # JTRailsToolboox
2
2
 
3
- JTRailsToolboox contains a list of common libs used for rails development.
3
+ JTRailsToolboox contains a list of common libs used for Ruby On Rails development.
4
4
 
5
5
  ## Installation
6
6
 
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'jt-rails-toolbox'
3
- s.summary = "Common libs used for rails development."
4
- s.description = "JTRailsToolboox contains a list of common libs used for rails development."
3
+ s.summary = "Common libs used for Ruby On Rails development."
4
+ s.description = "JTRailsToolboox contains a list of common libs used for Ruby On Rails development."
5
5
  s.homepage = 'https://github.com/jonathantribouharet/jt-rails-toolbox'
6
- s.version = '1.0.0'
6
+ s.version = '1.0.1'
7
7
  s.files = `git ls-files`.split("\n")
8
8
  s.require_paths = ['lib']
9
9
  s.authors = ['Jonathan TRIBOUHARET']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jt-rails-toolbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan TRIBOUHARET
@@ -80,7 +80,8 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '1.6'
83
- description: JTRailsToolboox contains a list of common libs used for rails development.
83
+ description: JTRailsToolboox contains a list of common libs used for Ruby On Rails
84
+ development.
84
85
  email: jonathan@siu-soon.com
85
86
  executables: []
86
87
  extensions: []
@@ -117,5 +118,5 @@ rubyforge_project:
117
118
  rubygems_version: 2.0.14
118
119
  signing_key:
119
120
  specification_version: 4
120
- summary: Common libs used for rails development.
121
+ summary: Common libs used for Ruby On Rails development.
121
122
  test_files: []