production_models 0.0.1 → 0.0.2

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: 58a6836d7a856be664ab2523a95af7cda236e2ce
4
- data.tar.gz: 0c6d3d0741d50c43e0fa62a79b181476d2ae2611
3
+ metadata.gz: 0c3748d84589b574ce8364690f6ffa03fcc5380e
4
+ data.tar.gz: 78f8e05d2432fc2c08761704d78ea61a2ea4e633
5
5
  SHA512:
6
- metadata.gz: c79e913e4a536e44ee1c5e0e6155b8812f2702f5cb49904a1a2e3709d5dc31aaa1ad2f4e5397fca5fb680213419f41d36dac7eb410b68c64a4634e246506a292
7
- data.tar.gz: 640ff84f9692873e86f0e9a9ed81b66ac79f03bee60afa0aaa3f1b5147a20ccbf9a7c19bdf864710eca046f24a0fac6a6192ec45a847053dcdd3ec046a1ede5b
6
+ metadata.gz: 06e2e98df1c69041161fdd1c436fbfc0fc1fd51351b96461980100b8855deff7f556822a17a5394473636e3fc7d28e1d4e1f0c1239524f63b68eafb2e3a13c6e
7
+ data.tar.gz: 11ffba31b47a1c4dcd9c905888abfcd1270f615994ea90dbe7117064b0399b55757fc52790448d36fc0943b99baa77033152a9373b360888f60720bf4fcc5c73
@@ -1,3 +1,3 @@
1
1
  class Production
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["luciano.dilucrezia@gmail.com"]
11
11
  spec.description = %q{Access your production models in development environment.}
12
12
  spec.summary = %q{Wraps production ActiveRecord models in a new namespace for easy access and transfer from development environment.}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/darthwiz/production_models"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: production_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luciano Di Lucrezia
@@ -68,7 +68,7 @@ files:
68
68
  - lib/production.rb
69
69
  - lib/production/version.rb
70
70
  - production_models.gemspec
71
- homepage: ''
71
+ homepage: https://github.com/darthwiz/production_models
72
72
  licenses:
73
73
  - MIT
74
74
  metadata: {}