milo 0.0.2.alpha → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGELOG.md +4 -0
  2. data/README.md +3 -1
  3. data/lib/milo/version.rb +1 -1
  4. metadata +8 -5
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## v0.0.2
2
+
3
+ * general basic configuration
4
+
1
5
  ## v0.0.1
2
6
 
3
7
  * initial release
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # Milo [![Build Status](https://secure.travis-ci.org/victorhazbun87/milo.png)](https://secure.travis-ci.org/victorhazbun87/milo)
2
2
 
3
- TODO: Write a gem description
3
+ ## Description
4
+
5
+ Track in real time the price and availability of every product carried by every location of every merchant through eBay Milo API.
4
6
 
5
7
  ## Installation
6
8
 
data/lib/milo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Milo
2
- VERSION = "0.0.2.alpha"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: milo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2.alpha
5
- prerelease: 6
4
+ version: 0.0.2
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - victorhazbun87
@@ -79,13 +79,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
79
79
  version: '0'
80
80
  segments:
81
81
  - 0
82
- hash: -4079993027693890133
82
+ hash: 2400936919744768789
83
83
  required_rubygems_version: !ruby/object:Gem::Requirement
84
84
  none: false
85
85
  requirements:
86
- - - ! '>'
86
+ - - ! '>='
87
87
  - !ruby/object:Gem::Version
88
- version: 1.3.1
88
+ version: '0'
89
+ segments:
90
+ - 0
91
+ hash: 2400936919744768789
89
92
  requirements: []
90
93
  rubyforge_project:
91
94
  rubygems_version: 1.8.24