fig_rake 0.9.0 → 0.9.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
  SHA1:
3
- metadata.gz: 2b3c1fbb3cd0b20b7905f493dccc383d103d5583
4
- data.tar.gz: 39c3c3dac9d95db2f0e56fabd11cc773f7951349
3
+ metadata.gz: fe3dfe803f876af9795bce9c45e56585a5a9c068
4
+ data.tar.gz: f11aa93552ac932276b8717f9127558a37dd66ea
5
5
  SHA512:
6
- metadata.gz: e0f127fcf4bff09d5c5547ea14b2f9cada69656d8870538169443176327c984df96fa47750f44c354b63644618880c4b6c1e56153174fc203d295efd7985d78d
7
- data.tar.gz: 8f54c28ce8c9a36ec284eb48ce9cf6ec0bf4c037c1d0c167a4417218614582879f48579be4ec296254bad9a1725ddd3a122a035febc3fe8cab2d136261a793a4
6
+ metadata.gz: ad5f74bbbc25d85bd0c351df8d687f2fd0a6ba9ec6399599afcfb5d89c08eee01e3b13e544cf31b7f6433e404055625c4e53f44b7e5006aa5217fa42837288bd
7
+ data.tar.gz: 90ae30883c0e609768433ca74221d694072d0ccffd4eddd134d2301a086586e7b919c863614798d3e6f8466d584951c0ab0152d2f1b81d5f0f5735eaad79f5e7
data/fig_rake.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = FigRake::VERSION
9
9
  spec.authors = ["Edward Paget"]
10
10
  spec.email = ["edward@cassetteta.pe"]
11
- spec.summary = %q{Utilities to make using Rake with a fig dev environment easier}
12
- spec.description = %q{It kinda just does that see the README}
11
+ spec.summary = %q{Utilities to make using Rake and Rails with a fig dev environment pleasant}
12
+ spec.description = %q{Utilities to make using Rake and Rails with a fig dev environment pleasant}
13
13
  spec.homepage = "https://github.com/edpaget/fig_rake"
14
14
  spec.license = "MIT"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module FigRake
2
- VERSION = "0.9.0"
2
+ VERSION = "0.9.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fig_rake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edward Paget
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: It kinda just does that see the README
41
+ description: Utilities to make using Rake and Rails with a fig dev environment pleasant
42
42
  email:
43
43
  - edward@cassetteta.pe
44
44
  executables:
@@ -86,5 +86,5 @@ rubyforge_project:
86
86
  rubygems_version: 2.2.2
87
87
  signing_key:
88
88
  specification_version: 4
89
- summary: Utilities to make using Rake with a fig dev environment easier
89
+ summary: Utilities to make using Rake and Rails with a fig dev environment pleasant
90
90
  test_files: []