autoexpreso 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bb1c8bf9bb7537af5c4f8c74e409478154330062
4
- data.tar.gz: ac65f699ae871469d6ad9596af50ab10c063a846
3
+ metadata.gz: 194dfc3544cfced9d9e38388cd32ec4203b826ee
4
+ data.tar.gz: ea036042dddec7ff852aea1c647f07a5d9507de2
5
5
  SHA512:
6
- metadata.gz: b384bed968fc3d7181ffd7c83775a643aaea55e4d84714c148899397a85e644be5d4d4fc62736d5e7d86b0bc69af0d6259c2d0cf160982fcf709b1991c442282
7
- data.tar.gz: b4d3cce16de6cc86ea834e6ac790e493a1bd835f81d365a31b6c0764b61e5b6780ac2c8533a6486ff0668ae6a954ed80abe7f397b20d2a63097518bb79c110af
6
+ metadata.gz: 45960727bf2ba17c08e3fca25494c975f82864cbe2144be9072a7711e8571ffa72a025fbf34f1a20f7b49e61d5fd3851731740b20f36a4b75308566cf8e325ef
7
+ data.tar.gz: bb4bf6a57b27f9adfa58358d1d7511b65b773df5979f83ab9690a996c99fcd97249ead7e8214ff413b542338b7fd69ae4162402474dc2d1f4b683e37ab12bc68
data/.gitignore CHANGED
@@ -1 +1,17 @@
1
- _*
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ .yardoc
6
+ Gemfile.lock
7
+ InstalledFiles
8
+ _yardoc
9
+ coverage
10
+ doc/
11
+ lib/bundler/man
12
+ pkg
13
+ rdoc
14
+ spec/reports
15
+ test/tmp
16
+ test/version_tmp
17
+ tmp
@@ -1,5 +1,11 @@
1
1
  # AutoExpreso Changelog
2
2
 
3
+ ### 0.0.3
4
+ Released September 11, 2013 ([0.0.3](https://github.com/riveralabs/autoexpreso-cli/tree/v0.0.3)).
5
+
6
+ * Fix typo in AutoExpreso::CLI's banner option.
7
+ * Add Gemnasium dependency status badge to README.
8
+
3
9
  ## 0.0.2
4
10
 
5
11
  Released Aug 9, 2013 ([0.0.2](https://github.com/riveralabs/autoexpreso-cli/tree/v0.0.2)).
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## Autoexpreso [![Build Status](https://travis-ci.org/riveralabs/autoexpreso-cli.png?branch=master)](https://travis-ci.org/riveralabs/autoexpreso-cli) [![Gem Version](https://badge.fury.io/rb/autoexpreso.png)](http://badge.fury.io/rb/autoexpreso) [![Code Climate](https://codeclimate.com/github/riveralabs/autoexpreso-cli.png)](https://codeclimate.com/github/riveralabs/autoexpreso-cli)
1
+ ## Autoexpreso [![Build Status](https://travis-ci.org/riveralabs/autoexpreso-cli.png?branch=master)](https://travis-ci.org/riveralabs/autoexpreso-cli) [![Gem Version](https://badge.fury.io/rb/autoexpreso.png)](http://badge.fury.io/rb/autoexpreso) [![Dependency Status](https://gemnasium.com/riveralabs/autoexpreso-cli.png)](https://gemnasium.com/riveralabs/autoexpreso-cli) [![Code Climate](https://codeclimate.com/github/riveralabs/autoexpreso-cli.png)](https://codeclimate.com/github/riveralabs/autoexpreso-cli)
2
2
  A Ruby Gem and Command-Line App for getting your account status from autoexpreso.com
3
3
 
4
4
  ### Features
@@ -15,7 +15,7 @@ module AutoExpreso
15
15
  def set_options(opts)
16
16
  opts.version = AutoExpreso::VERSION
17
17
  opts.banner = <<MSG
18
- Usage: link_shrink [OPTION]
18
+ Usage: autoexpreso [OPTION]
19
19
  Description:
20
20
  Autoexpreso, Scrapes autoexpreso.com for your account status.
21
21
 
@@ -1,3 +1,3 @@
1
1
  module AutoExpreso
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autoexpreso
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Axel Rivera
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-09 00:00:00.000000000 Z
12
+ date: 2013-09-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: awesome_print
@@ -111,7 +111,6 @@ files:
111
111
  - .travis.yml
112
112
  - Changelog.md
113
113
  - Gemfile
114
- - Gemfile.lock
115
114
  - LICENSE
116
115
  - README.md
117
116
  - Rakefile
@@ -1,56 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- autoexpreso (0.0.2)
5
- awesome_print (~> 1.1.0)
6
- highline (~> 1.6.19)
7
- mechanize (~> 2.7.1)
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- awesome_print (1.1.0)
13
- diff-lcs (1.2.4)
14
- domain_name (0.5.12)
15
- unf (>= 0.0.5, < 1.0.0)
16
- highline (1.6.19)
17
- http-cookie (1.0.1)
18
- domain_name (~> 0.5)
19
- mechanize (2.7.1)
20
- domain_name (~> 0.5, >= 0.5.1)
21
- http-cookie (~> 1.0.0)
22
- mime-types (~> 1.17, >= 1.17.2)
23
- net-http-digest_auth (~> 1.1, >= 1.1.1)
24
- net-http-persistent (~> 2.5, >= 2.5.2)
25
- nokogiri (~> 1.4)
26
- ntlm-http (~> 0.1, >= 0.1.1)
27
- webrobots (>= 0.0.9, < 0.2)
28
- mime-types (1.23)
29
- mini_portile (0.5.1)
30
- net-http-digest_auth (1.4)
31
- net-http-persistent (2.9)
32
- nokogiri (1.6.0)
33
- mini_portile (~> 0.5.0)
34
- ntlm-http (0.1.1)
35
- rake (10.1.0)
36
- rspec (2.14.1)
37
- rspec-core (~> 2.14.0)
38
- rspec-expectations (~> 2.14.0)
39
- rspec-mocks (~> 2.14.0)
40
- rspec-core (2.14.4)
41
- rspec-expectations (2.14.0)
42
- diff-lcs (>= 1.1.3, < 2.0)
43
- rspec-mocks (2.14.2)
44
- unf (0.1.1)
45
- unf_ext
46
- unf_ext (0.0.6)
47
- webrobots (0.1.1)
48
-
49
- PLATFORMS
50
- ruby
51
-
52
- DEPENDENCIES
53
- autoexpreso!
54
- bundler (~> 1.3)
55
- rake
56
- rspec (~> 2.14.0)