grapht 0.1.5 → 0.1.6

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: e6bffdc5a59f292991c12f400d7bf92513c50aca
4
- data.tar.gz: a0059941f096ba157c90d29cc32e16f1b6370861
3
+ metadata.gz: adef126a08ae6cb39155222993129db005f510e7
4
+ data.tar.gz: 82e6e783ee8f20bbd2b35860981080e9b2694dc1
5
5
  SHA512:
6
- metadata.gz: d5a1db3b4f08a414f1d8b8c1399fe2c89cbe475db450d06a7b137528b1985ee0053d4029c3a22685a58d450899e34e124325ba136dfb8b4e8890e46ab3ab5d73
7
- data.tar.gz: 8f79d9688f7f91370d5f4a5f8f0306230919d2957fc30c7e9cf9d5e67af3dd40be9f492d5075d297822df290e836911e9a9d930080113560b02e79ef96152fea
6
+ metadata.gz: e766ffdae1d35882a7493ac5c83296a864c2b21568bd5c525947b1bcf2beb2c8d2c8c2286d9e16d68696346ce8eb8910f21b766bf81f5d114995d6ed7159ea8d
7
+ data.tar.gz: cd0b67ebf3bf5da3ec4b55b38fcf615a697477556da11dca440abd17be9cb1365f9fd80a004e8616c43b944ab4c48bfdd8e5947ef5f8eb8d9e0c4d9616394d7c
data/README.md CHANGED
@@ -254,7 +254,7 @@ simple to integrate. The following steps are all that is required for integrati
254
254
 
255
255
  ## Contributing
256
256
 
257
- 1. Fork it (http://github.com/ibpinc/grapht/fork)
257
+ 1. Fork it (http://github.com/trade-informatics/grapht/fork)
258
258
  2. Create your feature branch `git checkout -b my-new-feature`
259
259
  3. Commit your changes `git commit -am 'Add some feature'`
260
260
  4. Push to the branch `git push origin my-new-feature`
@@ -264,4 +264,4 @@ simple to integrate. The following steps are all that is required for integrati
264
264
 
265
265
  Copyright (c) 2014 Trade Informatics, Inc
266
266
 
267
- [MIT License](https://github.com/ibpinc/grapht/blob/master/LICENSE.txt)
267
+ [MIT License](https://github.com/trade-informatics/grapht/blob/master/LICENSE.txt)
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["tim@plia.com"]
11
11
  spec.description = %q{Grapht is a server-side graphing library built on PhantomJS and utilizing D3.js. Grapht provides a CLI for simple Bash scripting. It also profides a light-weight Ruby API to make service-level integration simple.}
12
12
  spec.summary = %q{Grapht is a server-side graphing library built on PhantomJS and utilizing D3.js.}
13
- spec.homepage = "https://github.com/ibpinc/grapht"
13
+ spec.homepage = "https://github.com/trade-informatics/grapht"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -1,3 +1,3 @@
1
1
  module Grapht
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grapht
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Lowrimore
@@ -89,7 +89,7 @@ files:
89
89
  - spec/support/rspec-prof.rb
90
90
  - vendor/d3.min.js
91
91
  - vendor/json2.js
92
- homepage: https://github.com/ibpinc/grapht
92
+ homepage: https://github.com/trade-informatics/grapht
93
93
  licenses:
94
94
  - MIT
95
95
  metadata: {}