stackconnect 0.0.6 → 0.0.7

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: 158a2f56f52117420f1cbeb7b142d56771c7574d
4
- data.tar.gz: 804ef5a7b9be72b3e9e47a39a0c1185b1e039136
3
+ metadata.gz: ec96ac681199f9efea3ac10d99fbf8a0825dde2a
4
+ data.tar.gz: 1fcf637c793352def3c8419f37b46ae8f1715315
5
5
  SHA512:
6
- metadata.gz: 6f6079149cf563adce80f468772374355b0e87306c89eaf6ddde42ef4cee3ea3b7fa72729286ea56bb0d360b716efe9d519bd13ee83a3d3d1f3d0022b37aa636
7
- data.tar.gz: c979946f560ee1fcf698536ee95dd37a64f872de1e39ed9f1c2582373a1e924c923258905719e924b927c46646ea7b73d2b0317a26f4a3efa768235bbe71735e
6
+ metadata.gz: ccce69a92ff89671e5b9b838ec6b3132259d4a7329f679204bcb953e9c9a2bd6b62f764e914b359b72ff1dddbaf81d6696871ae11ad93f2b74f4c240ddda2b88
7
+ data.tar.gz: 66aa66ac90139c2acf00b5f99f40b664490bdf3562ca1bfe8c52ed568eb054c9f031ef0e1f470a1032f69f6cf19371ace1e278e43e7191b79df227baf9d29d12
data/lib/stackconnect.rb CHANGED
@@ -5,7 +5,7 @@ require 'uri'
5
5
  class StackConnect
6
6
  attr_accessor :api, :site, :uri
7
7
 
8
- @@VERSION = "0.0.6"
8
+ @@VERSION = "0.0.7"
9
9
  @@api = 'http://api.stackexchange.com/'
10
10
  @@site = 'stackoverflow'
11
11
  @@uri = URI(@@api)
data/stackconnect.gemspec CHANGED
@@ -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. Questions? github.com/amirtcheva }
12
+ spec.summary = %q{Ruby API for connecting to StackOverflow. }
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.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - amirtcheva
@@ -146,6 +146,6 @@ rubyforge_project: stackconnect
146
146
  rubygems_version: 2.2.1
147
147
  signing_key:
148
148
  specification_version: 4
149
- summary: Ruby API for connecting to StackOverflow. Questions? github.com/amirtcheva
149
+ summary: Ruby API for connecting to StackOverflow.
150
150
  test_files:
151
151
  - spec/stack_spec.rb