woocommerce_api 0.0.1 → 1.0.0

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.
data/README.md CHANGED
@@ -2,7 +2,8 @@
2
2
 
3
3
  A Ruby wrapper for the WooCommerce REST API. Easily interact with the WooCommerce REST API using this library.
4
4
 
5
- [![npm version](https://img.shields.io/gem/v/formatador.svg)](https://rubygems.org/gems/woocommerce_api)
5
+ [![build status](https://secure.travis-ci.org/woothemes/wc-api-ruby.svg)](http://travis-ci.org/woothemes/wc-api-ruby)
6
+ [![gem version](https://badge.fury.io/rb/woocommerce_api.svg)](https://rubygems.org/gems/woocommerce_api)
6
7
 
7
8
  ## Installation
8
9
 
@@ -91,6 +92,7 @@ puts response.headers["x-wc-totalpages"] # Total of pages
91
92
 
92
93
  ## Release History
93
94
 
95
+ - 2015-07-15 - 1.0.0 - Stable release.
94
96
  - 2015-07-15 - 0.0.1 - Beta release.
95
97
 
96
98
  ## TODO
@@ -1,3 +1,3 @@
1
1
  module WooCommerce
2
- VERSION = '0.0.1'
2
+ VERSION = '1.0.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: woocommerce_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 1.0.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: