wp-uppercrust 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: 6134f4daae0df7f1954f30217b5e494ce7d07afe
4
- data.tar.gz: 263237ed5901fb0417de3a8a9f18f6c91715933b
3
+ metadata.gz: ccd3a3b362ea1d06fb18dc607918c2119e99e4f2
4
+ data.tar.gz: 7db5aa6439f214ca3e83f85267a8eee0ff7fd169
5
5
  SHA512:
6
- metadata.gz: f984349e1cdb00c46f02265f873a2244d216406c296ad12b46a4aa889a9a0201589f0681c75f904888f96f8946f1716f0ca4501ff763c31267e6e658436762ac
7
- data.tar.gz: 03f6c118d00e1c0af9517d85d91c553899af45d0ad488aae127e3f17282cc2f78c39d913a94b5d263e27256a75c8e34575680cf5c1ecb279a2227d3e08caf592
6
+ metadata.gz: bf56d51e95c1b253f2af3df3943e1eccb25da37dc69268a0caac7d7c02b6cc023b7875af4fa9d45ad735ef97acf0fdf315dd3b5dcd908a0b3a4898d3e362eb82
7
+ data.tar.gz: 9f6c38f65b5e386d25e444ce0bdca95d08c3500deba5893f42efa618558c92ec321e51f4e14fa7818d70479fe7f2ec54a60a62ddb0e5b88bc6c9b683e383d637
@@ -1,3 +1,3 @@
1
1
  module Uppercrust
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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 = ["Jan Gorman"]
10
- spec.email = ["gorman.jan@gmail.com"]
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/JanGorman/uppercrust/"
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.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
- - Jan Gorman
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
- - gorman.jan@gmail.com
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/JanGorman/uppercrust/
142
+ homepage: https://github.com/Workpop/uppercrust
143
143
  licenses:
144
144
  - MIT
145
145
  metadata: {}