stackconnect 0.0.5 → 0.0.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: 14ec421d28dce07927f283569d2ad33be66ff831
4
- data.tar.gz: 042ab7463a0555e5782f908356ffee3e4f05150e
3
+ metadata.gz: 158a2f56f52117420f1cbeb7b142d56771c7574d
4
+ data.tar.gz: 804ef5a7b9be72b3e9e47a39a0c1185b1e039136
5
5
  SHA512:
6
- metadata.gz: d532de08199af9a39670210f5fd27317d4ac5c7193b961193860a0bbd9f8514237ce9549dbdd0c44b24693e012d70b507f35edb7d408719c98518df146318874
7
- data.tar.gz: aa85ad23d71c2a3e60ee7eafd2f2bd649534e5e97f2e9addf8bfa57e341e037b90e7d4fa30052e4a534c6821b7800a7c1ff584706a9fcbf36e8802d94b400d26
6
+ metadata.gz: 6f6079149cf563adce80f468772374355b0e87306c89eaf6ddde42ef4cee3ea3b7fa72729286ea56bb0d360b716efe9d519bd13ee83a3d3d1f3d0022b37aa636
7
+ data.tar.gz: c979946f560ee1fcf698536ee95dd37a64f872de1e39ed9f1c2582373a1e924c923258905719e924b927c46646ea7b73d2b0317a26f4a3efa768235bbe71735e
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # StackConnect
1
+ # stackconnect
2
2
 
3
3
  Ruby API for making StackOverflow queries. This is a limited number of the API calls that can be made to the StackOverflow API, and these are all quota limited. So the response you get is not the full amount of data available, just the most popular/highest ranked data based on activity and date.
4
4
 
@@ -5,7 +5,7 @@ require 'uri'
5
5
  class StackConnect
6
6
  attr_accessor :api, :site, :uri
7
7
 
8
- @@VERSION = "0.0.5"
8
+ @@VERSION = "0.0.6"
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. https://github.com/stackgems/stackconnect}
12
+ spec.summary = %q{Ruby API for connecting to StackOverflow. Questions? github.com/amirtcheva }
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.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - amirtcheva
@@ -120,7 +120,6 @@ files:
120
120
  - LICENSE.txt
121
121
  - README.md
122
122
  - Rakefile
123
- - lib/.stackconnect.rb.swp
124
123
  - lib/stackconnect.rb
125
124
  - spec/stack_spec.rb
126
125
  - stackconnect.gemspec
@@ -147,6 +146,6 @@ rubyforge_project: stackconnect
147
146
  rubygems_version: 2.2.1
148
147
  signing_key:
149
148
  specification_version: 4
150
- summary: Ruby API for connecting to StackOverflow. https://github.com/stackgems/stackconnect
149
+ summary: Ruby API for connecting to StackOverflow. Questions? github.com/amirtcheva
151
150
  test_files:
152
151
  - spec/stack_spec.rb