graphgraph 0.2.0 → 0.3.0

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: 05a8f08373762d6fce0ec6e5e4f1be6aa712fd04
4
- data.tar.gz: 541db12230fafa520f34f6f78cb45cc816e8450a
3
+ metadata.gz: 4a17f5792acbc1d9f248551173ca1f7bbcf7c0c6
4
+ data.tar.gz: 3f82fe2cd16fce1d10f563592055067f858d8dfc
5
5
  SHA512:
6
- metadata.gz: 01b901de9e09aa6564a17c794505aabbd5b855557fb3bf7a9d63f676ebd0820835db7f21258a0ba0367d4be7581fc3623432d80fccd3533d348a1d9fea976688
7
- data.tar.gz: 4200b649f303d79b311e744793716bca15713566849ad0c282663597663f67ac29a50d49cd8f36a0637e896432a224ec88e99c39e70dad54e6e197a5d5fb3fa0
6
+ metadata.gz: 3f030f35ff375f5af17068502ccd4a932c9ca497ede38e4a3698fcf3c98840c066f1f2391026391f7a86d32a30c8690b09b9af97842ce991d40623c2b71f03a1
7
+ data.tar.gz: 8064c40f8bab756bd1c525b2d367458493397f36d816c4f8b593b671667842f2c76400070c53a4db2e6db2e32ac0414394b86fbdf9e35a2c209d0dc492f83c38
Binary file
@@ -21,6 +21,7 @@ module Graphgraph
21
21
 
22
22
  def setup_routes
23
23
  route("get '#{scope}s/graphgraph' => '#{scope}/graphgraphs#graphgraph'")
24
+ route("post '#{scope}s/graphgraph' => '#{scope}/graphgraphs#graphgraph'")
24
25
  end
25
26
 
26
27
  # def show_readme
@@ -36,4 +37,4 @@ module Graphgraph
36
37
  end
37
38
  end
38
39
  end
39
- end
40
+ end
@@ -1,3 +1,3 @@
1
1
  module Graphgraph
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphgraph
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Suhas Shrestha
@@ -169,6 +169,7 @@ files:
169
169
  - bin/console
170
170
  - bin/setup
171
171
  - config/routes.rb
172
+ - graphgraph-0.2.0.gem
172
173
  - graphgraph.gemspec
173
174
  - lib/generators/graphgraph/controllers_generator.rb
174
175
  - lib/generators/graphgraph/install_generator.rb