finishio 0.0.5 → 0.0.6

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: 0900fa119440c28b81b5ceb3e3b07882e49c2cff
4
- data.tar.gz: bcd2aca57879cac5afd22d684015d6afb5186c75
3
+ metadata.gz: fc34a1e46d9111d6f61c44b9994cd14767c992dc
4
+ data.tar.gz: c292afb6a9dbf28cafa053995d73f14dca0a3ded
5
5
  SHA512:
6
- metadata.gz: 3a38f2185160f39c56d024a959e991b2544f123a582367585b9b60f0753b0c2cf39c1764577026119bcaf99d458613ecdff27066a03e14f65b853de3b50ff69b
7
- data.tar.gz: 87cbf00d8c9e02780eafaa7ed4831fef1630dd5cd232c76a56b200343eea6aa0bf4dc1d63db95aed0bc0b8f1298504d81e639ca9432ac6861d6b693e90abb4d3
6
+ metadata.gz: 5c163d8c869df7268501efc8af03babbc4ebd5c826ac0e884c30b89827b3d5e7cf2abc9291fb22cecb3d1c17b61dae850a09289c85c52746b056b69c79f2a43d
7
+ data.tar.gz: 967892a082a04bbb72658253a85ce4f8988efed6b2c0edec8d3d991ebd19c1fb1d12fd1fc7c269e11ff0be0ca2f393c003885a1ee395862906b93f1d2e5c469a
@@ -1,4 +1,4 @@
1
- Copyright (c) 2013 Aly Badawy
1
+ Copyright (c) 2013 Finish.io
2
2
 
3
3
  MIT License
4
4
 
@@ -6,11 +6,11 @@ require 'finishio/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "finishio"
8
8
  spec.version = Finishio::VERSION
9
- spec.authors = ["Aly Badawy"]
10
- spec.email = ["me@alybadawy.com"]
11
- spec.description = %q{A Ruby interface for Finish.io APIs}
12
- spec.summary = %q{A Ruby interface for Finish.io APIs}
13
- spec.homepage = "http://finishi.io"
9
+ spec.authors = ["Finish.io"]
10
+ spec.email = ["info@finish.io"]
11
+ spec.description = %q{A Ruby interface and command line utility for the Finish.io APIs}
12
+ spec.summary = %q{Finish.io Ruby interface}
13
+ spec.homepage = "http://finish.io"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -1,5 +1,11 @@
1
+ libdir = File.dirname(__FILE__)
2
+ $LOAD_PATH.unshift(libdir) unless $LOAD_PATH.include?(libdir)
3
+
4
+
1
5
  require "finishio/version"
2
6
 
3
7
  module Finishio
4
- # Your code goes here...
5
- end
8
+
9
+ #Your code here...
10
+
11
+ end
@@ -1,3 +1,3 @@
1
1
  module Finishio
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: finishio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
- - Aly Badawy
7
+ - Finish.io
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-28 00:00:00.000000000 Z
11
+ date: 2013-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -38,9 +38,9 @@ dependencies:
38
38
  - - '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: A Ruby interface for Finish.io APIs
41
+ description: A Ruby interface and command line utility for the Finish.io APIs
42
42
  email:
43
- - me@alybadawy.com
43
+ - info@finish.io
44
44
  executables:
45
45
  - finishio
46
46
  extensions: []
@@ -55,7 +55,7 @@ files:
55
55
  - finishio.gemspec
56
56
  - lib/finishio.rb
57
57
  - lib/finishio/version.rb
58
- homepage: http://finishi.io
58
+ homepage: http://finish.io
59
59
  licenses:
60
60
  - MIT
61
61
  metadata: {}
@@ -78,5 +78,5 @@ rubyforge_project:
78
78
  rubygems_version: 2.0.5
79
79
  signing_key:
80
80
  specification_version: 4
81
- summary: A Ruby interface for Finish.io APIs
81
+ summary: Finish.io Ruby interface
82
82
  test_files: []