dancroak-twitter-search 0.5 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,9 @@
1
+ --- !ruby/object:TwitterSearch::Tweets
2
+ max_id: -1
3
+ next_page:
4
+ page: 1
5
+ query: near:NYC within:15mi
6
+ results: []
7
+
8
+ results_per_page: 15
9
+ since_id: 0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dancroak-twitter-search
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.5"
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dustin Sallings
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2008-08-04 00:00:00 -07:00
13
+ date: 2008-10-17 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -22,24 +22,49 @@ dependencies:
22
22
  - !ruby/object:Gem::Version
23
23
  version: 1.1.2
24
24
  version:
25
- description: A Ruby client for the conversational search engine.
25
+ description: Ruby client for Twitter Search.
26
26
  email: dcroak@thoughtbot.com
27
27
  executables: []
28
28
 
29
29
  extensions: []
30
30
 
31
- extra_rdoc_files:
32
- - README.markdown
31
+ extra_rdoc_files: []
32
+
33
33
  files:
34
+ - Rakefile
34
35
  - README.markdown
35
- - twitter-search.gemspec
36
+ - TODO.markdown
37
+ - VERSION.yml
36
38
  - lib/twitter_search.rb
37
- has_rdoc: true
39
+ - test/test_helper.rb
40
+ - test/twitter_search_test.rb
41
+ - test/yaml
42
+ - test/yaml/arabic.yaml
43
+ - test/yaml/beer_minus_root.yaml
44
+ - test/yaml/english.yaml
45
+ - test/yaml/flight_negative_tude.yaml
46
+ - test/yaml/from_alexiskold.yaml
47
+ - test/yaml/ftw_until.yaml
48
+ - test/yaml/happy_hour_exact.yaml
49
+ - test/yaml/happy_hour_near_sf.yaml
50
+ - test/yaml/hashtag_haiku.yaml
51
+ - test/yaml/hilarious_links.yaml
52
+ - test/yaml/movie_positive_tude.yaml
53
+ - test/yaml/obama.yaml
54
+ - test/yaml/obama_or_hillary.yaml
55
+ - test/yaml/reference_mashable.yaml
56
+ - test/yaml/results_per_page.yaml
57
+ - test/yaml/superhero_since.yaml
58
+ - test/yaml/to_techcrunch.yaml
59
+ - test/yaml/traffic_question.yaml
60
+ - test/yaml/twitter_search.yaml
61
+ - test/yaml/twitter_search_and.yaml
62
+ - test/yaml/within_15mi_nyc.yaml
63
+ has_rdoc: false
38
64
  homepage: http://github.com/dancroak/twitter-search
39
65
  post_install_message:
40
- rdoc_options:
41
- - --main
42
- - README.markdown
66
+ rdoc_options: []
67
+
43
68
  require_paths:
44
69
  - lib
45
70
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -1,15 +0,0 @@
1
- Gem::Specification.new do |s|
2
- s.name = "twitter-search"
3
- s.version = "0.5"
4
- s.date = "2008-08-04"
5
- s.summary = "Ruby client for Twitter Search."
6
- s.email = "dcroak@thoughtbot.com"
7
- s.homepage = "http://github.com/dancroak/twitter-search"
8
- s.description = "A Ruby client for the conversational search engine."
9
- s.has_rdoc = true
10
- s.authors = ["Dustin Sallings", "Dan Croak"]
11
- s.files = ["README.markdown", "twitter-search.gemspec", "lib/twitter_search.rb"]
12
- s.rdoc_options = ["--main", "README.markdown"]
13
- s.extra_rdoc_files = ["README.markdown"]
14
- s.add_dependency('json', '>= 1.1.2')
15
- end