wp-uppercrust 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/uppercrust/version.rb +1 -1
- data/uppercrust.gemspec +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ccd3a3b362ea1d06fb18dc607918c2119e99e4f2
|
4
|
+
data.tar.gz: 7db5aa6439f214ca3e83f85267a8eee0ff7fd169
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf56d51e95c1b253f2af3df3943e1eccb25da37dc69268a0caac7d7c02b6cc023b7875af4fa9d45ad735ef97acf0fdf315dd3b5dcd908a0b3a4898d3e362eb82
|
7
|
+
data.tar.gz: 9f6c38f65b5e386d25e444ce0bdca95d08c3500deba5893f42efa618558c92ec321e51f4e14fa7818d70479fe7f2ec54a60a62ddb0e5b88bc6c9b683e383d637
|
data/lib/uppercrust/version.rb
CHANGED
data/uppercrust.gemspec
CHANGED
@@ -6,11 +6,11 @@ require 'uppercrust/version'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "wp-uppercrust"
|
8
8
|
spec.version = Uppercrust::VERSION
|
9
|
-
spec.authors = ["
|
10
|
-
spec.email = ["
|
9
|
+
spec.authors = ["Workpop"]
|
10
|
+
spec.email = ["tech@workpop.com"]
|
11
11
|
spec.summary = %q{Convert your JSON schema files to Mantle compatible Objective-C models}
|
12
12
|
spec.description = %q{Convert your JSON schema files to Mantle compatible Objective-C models}
|
13
|
-
spec.homepage = "https://github.com/
|
13
|
+
spec.homepage = "https://github.com/Workpop/uppercrust"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wp-uppercrust
|
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
|
+
- Workpop
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
@@ -110,7 +110,7 @@ dependencies:
|
|
110
110
|
version: '0'
|
111
111
|
description: Convert your JSON schema files to Mantle compatible Objective-C models
|
112
112
|
email:
|
113
|
-
-
|
113
|
+
- tech@workpop.com
|
114
114
|
executables:
|
115
115
|
- uppercrust
|
116
116
|
extensions: []
|
@@ -139,7 +139,7 @@ files:
|
|
139
139
|
- spec/uppercrust_spec.rb
|
140
140
|
- tasks/rspec.rake
|
141
141
|
- uppercrust.gemspec
|
142
|
-
homepage: https://github.com/
|
142
|
+
homepage: https://github.com/Workpop/uppercrust
|
143
143
|
licenses:
|
144
144
|
- MIT
|
145
145
|
metadata: {}
|