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 +4 -4
- data/fig_rake.gemspec +2 -2
- data/lib/fig_rake/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fe3dfe803f876af9795bce9c45e56585a5a9c068
|
|
4
|
+
data.tar.gz: f11aa93552ac932276b8717f9127558a37dd66ea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
12
|
-
spec.description = %q{
|
|
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
|
|
data/lib/fig_rake/version.rb
CHANGED
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.
|
|
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:
|
|
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
|
|
89
|
+
summary: Utilities to make using Rake and Rails with a fig dev environment pleasant
|
|
90
90
|
test_files: []
|