platter 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/platter/version.rb +1 -1
- data/platter.gemspec +4 -4
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 78a0a5a544810ec82150d5819dd681c7603350b6
|
4
|
+
data.tar.gz: 29f5beb06829e6cb9b1f3a602636321397e7c4cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 973812b6b8fc52c07626ece503d62f265fdce28081e250d873d7ff106bd01ae9b3b21533cd87632f5e3204177288512ee80134542520f3d1b2e56291d213f2cf
|
7
|
+
data.tar.gz: d32fe5728eb57385400c110b9ebbe673ef5b61f4bba1f04b504e7e8843e9831c6b8cb36efdce0f2525ee90ae3c1ebd10d4bb69787fd9aaeee422b3bb9eae4c1c
|
data/lib/platter/version.rb
CHANGED
data/platter.gemspec
CHANGED
@@ -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
|
13
|
-
spec.description = %q{A
|
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.
|
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
|
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
|
124
|
+
summary: A solution to create custom Rails apps used at @icalialabs
|
124
125
|
test_files: []
|
125
126
|
has_rdoc:
|