stackconnect 0.0.4 → 0.0.5

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: dd5c160ec1ddce3b067bdb2d49b6e26d74ca496f
4
- data.tar.gz: 56888108a32e556061fdad166df30084f892099d
3
+ metadata.gz: 14ec421d28dce07927f283569d2ad33be66ff831
4
+ data.tar.gz: 042ab7463a0555e5782f908356ffee3e4f05150e
5
5
  SHA512:
6
- metadata.gz: 3541ecd06dc2de5f44bbf0ac2a9917acc203e46c750512e9e6e95474087608eebdbe97ceee40e83f91f893a6a56592c002cf5d37ffcec042da7605a8b8a53900
7
- data.tar.gz: 0668dc199a27a43c9da66017f558648446ee69561a2dd3795e348a5d21a720ce4a276aa27df48053a04620ebb402cbb0e20511db53ba3a5f9085d72f809cb887
6
+ metadata.gz: d532de08199af9a39670210f5fd27317d4ac5c7193b961193860a0bbd9f8514237ce9549dbdd0c44b24693e012d70b507f35edb7d408719c98518df146318874
7
+ data.tar.gz: aa85ad23d71c2a3e60ee7eafd2f2bd649534e5e97f2e9addf8bfa57e341e037b90e7d4fa30052e4a534c6821b7800a7c1ff584706a9fcbf36e8802d94b400d26
@@ -5,7 +5,7 @@ require 'uri'
5
5
  class StackConnect
6
6
  attr_accessor :api, :site, :uri
7
7
 
8
- @@VERSION = "0.0.4"
8
+ @@VERSION = "0.0.5"
9
9
  @@api = 'http://api.stackexchange.com/'
10
10
  @@site = 'stackoverflow'
11
11
  @@uri = URI(@@api)
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.version = StackConnect.return_version
10
10
  spec.authors = ["amirtcheva"]
11
11
  spec.email = ["amirtcheva@gmail.com"]
12
- spec.summary = %q{Ruby API for connecting to StackOverflow.}
12
+ spec.summary = %q{Ruby API for connecting to StackOverflow. https://github.com/stackgems/stackconnect}
13
13
  spec.description = %q{}
14
14
  spec.homepage = ""
15
15
  spec.license = "MIT"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stackconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - amirtcheva
@@ -147,6 +147,6 @@ rubyforge_project: stackconnect
147
147
  rubygems_version: 2.2.1
148
148
  signing_key:
149
149
  specification_version: 4
150
- summary: Ruby API for connecting to StackOverflow.
150
+ summary: Ruby API for connecting to StackOverflow. https://github.com/stackgems/stackconnect
151
151
  test_files:
152
152
  - spec/stack_spec.rb