upshop 0.0.3 → 0.0.4

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: 50cde2365ef2969c0161d00a52aecff9a1d03f2c
4
- data.tar.gz: 18d272f29959be91f58f718765adf5b3c8900919
3
+ metadata.gz: 663e8def66470e34f6948feb40ddaedbb5fe8ff4
4
+ data.tar.gz: 47b9db6f36b7d637f6fe0b865addc2faa6782d2b
5
5
  SHA512:
6
- metadata.gz: 229d08f014ac3ad261398ca86d3c0fb0487044ab6d7916fc7c61c1cecf7d0663c7160564857f2afc3ab34fcdd8f8f6bb9fdb32831ff00c9d489291d4c5e92c64
7
- data.tar.gz: efb981d68a2df78cfdb68468468c81f9501fba81c90c48d24dc109c2f76820e848d1a2f035310118383584967017c05234a217f3444fe3fb21829dff9d30bc5f
6
+ metadata.gz: c2e6dec81519f3e9808e884a323fa5c6616e8204c05d2a247bff450112fc95c1802ed8bb737ae6033ecd914d1285e41f721a4f2919f357d78926046da315cf9f
7
+ data.tar.gz: 97d2fa92f603e1c1ffb5b5206571728f1023e812cf46e2c898dde5c1f0f94b4f498f7881510aff65eb16426e26609711929113424d7fdd95f03562a133f45d5d
data/README.md CHANGED
@@ -5,9 +5,11 @@
5
5
  [![Gem Version](https://badge.fury.io/rb/upshop.svg)](https://badge.fury.io/rb/upshop)
6
6
  [![Inline docs](http://inch-ci.org/github/nikitaavvakumov/upshop.svg?branch=master)](http://inch-ci.org/github/nikitaavvakumov/upshop)
7
7
 
8
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/upshop`. To experiment with that code, run `bin/console` for an interactive prompt.
8
+ _THE GEM IS IN ACTIVE DEVELOPMENT, IS MISSING LARGE PARTS OF ITS CORE
9
+ FUNCTIONALITY, AND WILL MOST CERTAINLY UNDERGO BREAKING CHANGES IN THE IMMEDIATE
10
+ FUTURE. USE AT YOUR OWN RISK_
9
11
 
10
- TODO: Delete this and the text above, and describe your gem
12
+ upshop makes it easy to deploy version-controlled themes to Shopify stores.
11
13
 
12
14
  ## Installation
13
15
 
@@ -27,7 +29,7 @@ Or install it yourself as:
27
29
 
28
30
  ## Usage
29
31
 
30
- TODO: Write usage instructions here
32
+ COMING SOON...
31
33
 
32
34
  ## Development
33
35
 
@@ -1,3 +1,3 @@
1
1
  module Upshop
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
data/upshop.gemspec CHANGED
@@ -10,7 +10,11 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["nikitaavvakumov@gmail.com"]
11
11
 
12
12
  spec.summary = %q{Deploy git-versioned shop themes to Shopify}
13
- spec.description = %q{upshop tracks git commits of each theme deployment
13
+ spec.description = %q{_THE GEM IS CURRENTLY IN DEVELOPMENT, IS MISSING LARGE
14
+ CHUNKS OF CORE FUNCTIONALITY, AND WILL MOST CERTAINLY
15
+ UNDERGO BREAKING CHANGES IN THE NEAR FUTURE. USE AT
16
+ YOUR OWN RISK._
17
+ upshop tracks git commits of each theme deployment
14
18
  and performs differential deploys of changed files}
15
19
  spec.homepage = "https://github.com/NikitaAvvakumov/upshop"
16
20
  spec.license = "MIT"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: upshop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nikita Avvakumov
@@ -81,7 +81,11 @@ dependencies:
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0.8'
83
83
  description: |-
84
- upshop tracks git commits of each theme deployment
84
+ _THE GEM IS CURRENTLY IN DEVELOPMENT, IS MISSING LARGE
85
+ CHUNKS OF CORE FUNCTIONALITY, AND WILL MOST CERTAINLY
86
+ UNDERGO BREAKING CHANGES IN THE NEAR FUTURE. USE AT
87
+ YOUR OWN RISK._
88
+ upshop tracks git commits of each theme deployment
85
89
  and performs differential deploys of changed files
86
90
  email:
87
91
  - nikitaavvakumov@gmail.com