platter 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: a00adecb18e0e0327eb9196fc87caa678609443b
4
- data.tar.gz: 4a84952b479d6b7d5488d56540e7784a93478d28
3
+ metadata.gz: 78a0a5a544810ec82150d5819dd681c7603350b6
4
+ data.tar.gz: 29f5beb06829e6cb9b1f3a602636321397e7c4cd
5
5
  SHA512:
6
- metadata.gz: 463bd5003fd12f9c1923fb89845835471dc678935a56870eb06ba50aeade3865ceeb0eaf60752f5b769bc5942badfd545b2dc3968a1b1139405187512e850179
7
- data.tar.gz: 724e20b727e2f1126e44ca89109690c1406d794278397fa9be7342fceddca6f3b68a33d747acf1e860ef55933290959b3b8903d4bf85542cfe413099ff4f9e8e
6
+ metadata.gz: 973812b6b8fc52c07626ece503d62f265fdce28081e250d873d7ff106bd01ae9b3b21533cd87632f5e3204177288512ee80134542520f3d1b2e56291d213f2cf
7
+ data.tar.gz: d32fe5728eb57385400c110b9ebbe673ef5b61f4bba1f04b504e7e8843e9831c6b8cb36efdce0f2525ee90ae3c1ebd10d4bb69787fd9aaeee422b3bb9eae4c1c
@@ -1,5 +1,5 @@
1
1
  module Platter
2
2
  RAILS_VERSION = "4.2.1"
3
3
  RUBY_VERSION = "2.2.1"
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
@@ -7,11 +7,11 @@ Gem::Specification.new do |spec|
7
7
  spec.required_ruby_version = ">= #{Platter::RUBY_VERSION}"
8
8
  spec.name = "platter"
9
9
  spec.version = Platter::VERSION
10
- spec.authors = ["Icalia Labs"]
10
+ spec.authors = ["Icalia Labs", "Abraham Kuri"]
11
11
  spec.email = ["kurenn@icalialabs.com"]
12
- spec.summary = %q{A summary}
13
- spec.description = %q{A description}
14
- spec.homepage = ""
12
+ spec.summary = %q{ A solution to create custom Rails apps used at @icalialabs }
13
+ spec.description = %q{ A solution to create custom Rails apps used at @icalialabs }
14
+ spec.homepage = "https://github.com/IcaliaLabs/platter"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,10 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: platter
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
  - Icalia Labs
8
+ - Abraham Kuri
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
@@ -66,7 +67,7 @@ dependencies:
66
67
  - - ">="
67
68
  - !ruby/object:Gem::Version
68
69
  version: '0'
69
- description: A description
70
+ description: " A solution to create custom Rails apps used at @icalialabs "
70
71
  email:
71
72
  - kurenn@icalialabs.com
72
73
  executables:
@@ -97,7 +98,7 @@ files:
97
98
  - templates/rspec_support_database_cleaner.erb
98
99
  - templates/rspec_support_factory_girl.erb
99
100
  - templates/rspec_support_i18n.erb
100
- homepage: ''
101
+ homepage: https://github.com/IcaliaLabs/platter
101
102
  licenses:
102
103
  - MIT
103
104
  metadata: {}
@@ -120,6 +121,6 @@ rubyforge_project:
120
121
  rubygems_version: 2.4.2
121
122
  signing_key:
122
123
  specification_version: 4
123
- summary: A summary
124
+ summary: A solution to create custom Rails apps used at @icalialabs
124
125
  test_files: []
125
126
  has_rdoc: