ceek 0.0.2 → 0.0.3

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: b24bc0f499720c5b0701e3ca6687ae0be4b14718
4
- data.tar.gz: cd14b8164630671cb26ea1a55c45f74f7c8c7268
3
+ metadata.gz: 8ba9c52088218bf542750306957aea4399127fcd
4
+ data.tar.gz: c0e01e1277f4ce46b44177d2dfae371f95053d6c
5
5
  SHA512:
6
- metadata.gz: b3ab6c9ca906dda0571ea1a2beeb64b7da4377086dfe090a9cd76ba4d0df535a4754da0a6698cf30dd8b9199d291ca622166ed90632ddcef375d565271c9dfc1
7
- data.tar.gz: be5efd9361e1dc4fb84562b0fd097997cf187f8806cc459f16f38f9af6d1c7c0c49eef866bad57b5782e9239fc0e15672a65c19b22e315a623f0f70d63975ac2
6
+ metadata.gz: 349ab4b9ec82c2b92b042d085127ce708dd0522ea9984486273149517cff86e2852d3dab571486c65789cbbbfe09a47321b40ce6ab0bc104d18eb2e4b208c37e
7
+ data.tar.gz: 964da3f38f80948a353f3d59d21461c76d9cf6aeca544be244ed0139511c3d9036afedee16ece57f1e5d258ce1697a7f39e4890ca05e0e2f7b17fb96522ee3de
data/README.md CHANGED
@@ -1,6 +1,9 @@
1
- # Ceek
1
+ # ceek
2
2
 
3
- TODO: Write a gem description
3
+ [![Gem Version](https://badge.fury.io/rb/ceek.svg)](http://badge.fury.io/rb/ceek)
4
+ [![Build Status](https://secure.travis-ci.org/ceekio/ceek-ruby.svg?branch=master)](https://travis-ci.org/ceekio/ceek-ruby)
5
+
6
+ ceek ruby client
4
7
 
5
8
  ## Installation
6
9
 
@@ -22,7 +25,7 @@ TODO: Write usage instructions here
22
25
 
23
26
  ## Contributing
24
27
 
25
- 1. Fork it ( https://github.com/[my-github-username]/ceek/fork )
28
+ 1. Fork it ( https://github.com/[my-github-username]/ceek-ruby/fork )
26
29
  2. Create your feature branch (`git checkout -b my-new-feature`)
27
30
  3. Commit your changes (`git commit -am 'Add some feature'`)
28
31
  4. Push to the branch (`git push origin my-new-feature`)
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Ceek::VERSION
9
9
  spec.authors = ["team@ceek.io"]
10
10
  spec.email = ["team@ceek.io"]
11
- spec.summary = 'ceek API client'
11
+ spec.summary = 'ruby ceek client'
12
12
  spec.homepage = ""
13
13
  spec.license = "MIT"
14
14
 
@@ -1,3 +1,3 @@
1
1
  module Ceek
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: ceek
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
  - team@ceek.io
@@ -76,6 +76,6 @@ rubyforge_project:
76
76
  rubygems_version: 2.0.14
77
77
  signing_key:
78
78
  specification_version: 4
79
- summary: ceek API client
79
+ summary: ruby ceek client
80
80
  test_files: []
81
81
  has_rdoc: