grapht 0.1.5 → 0.1.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 +4 -4
- data/README.md +2 -2
- data/grapht.gemspec +1 -1
- data/lib/grapht/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: adef126a08ae6cb39155222993129db005f510e7
|
|
4
|
+
data.tar.gz: 82e6e783ee8f20bbd2b35860981080e9b2694dc1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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/
|
|
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/
|
|
267
|
+
[MIT License](https://github.com/trade-informatics/grapht/blob/master/LICENSE.txt)
|
data/grapht.gemspec
CHANGED
|
@@ -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/
|
|
13
|
+
spec.homepage = "https://github.com/trade-informatics/grapht"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
data/lib/grapht/version.rb
CHANGED
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.
|
|
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/
|
|
92
|
+
homepage: https://github.com/trade-informatics/grapht
|
|
93
93
|
licenses:
|
|
94
94
|
- MIT
|
|
95
95
|
metadata: {}
|