modular_engine 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: 081692dc1e4e910312395cc418deb878ea503913
4
- data.tar.gz: e419379628560d122d8837f3b68418b3ffc2670d
3
+ metadata.gz: a325c31d72f6185ffa75c69b95362bfdc05f802e
4
+ data.tar.gz: aeca38656ddd23b01d11ae86c100c9d34793dd52
5
5
  SHA512:
6
- metadata.gz: c8e12fe9b07ebbc251e6e22c881dd9cde41e1ebc28f83841496c2d0dcd5ddf9326f9e92e1a83bab71ea12489be2ead24abf8dbbeb1865ac75320dd71ab5e5ff8
7
- data.tar.gz: f4eeb3cb5a5ef22b6caf17bf1656e16d2c71fde7410a15d991d04e8d36a208d7a638d460f304c1e097deb39d1048decbf9f4a40706f507f6c9b45f1c6a6d2c65
6
+ metadata.gz: 2a0ed17da2b5ee658e52ed6da640dd9b0f8be8c4fbce9a30e86b84bf86c852522f9d69ec0afcad66957478b648d62d592310fc12262ad43b78c37554374d9780
7
+ data.tar.gz: 4807d28c36709b6a4efb18b666da7fd48273f1adaa1882014f5d3d0fab4dad37e9c79604b24c80d3d85021368acc8cfc5568884c8a1035735695cc85cb28c26b
@@ -1,3 +1,3 @@
1
1
  module ModularEngine
2
- VERSION = "0.9.0"
2
+ VERSION = "0.9.1"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["thibault@appyhotel.com"]
11
11
  spec.summary = 'Generate modular Rails engines.'
12
12
  spec.description = 'This gem will generate modular engines as shown in the book Modular Rails at http://modularity.samurails.com.'
13
- spec.homepage = "http://modularity.samurails.com"
13
+ spec.homepage = "https://github.com/T-Dnzt/Modular-Engine"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: modular_engine
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
  - Thibault
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-05 00:00:00.000000000 Z
11
+ date: 2015-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -83,7 +83,7 @@ files:
83
83
  - lib/modular_engine/engine.rb
84
84
  - lib/modular_engine/version.rb
85
85
  - modular_engine.gemspec
86
- homepage: http://modularity.samurails.com
86
+ homepage: https://github.com/T-Dnzt/Modular-Engine
87
87
  licenses:
88
88
  - MIT
89
89
  metadata: {}