random_user_agent 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3 @@
1
+ module RandomUserAgent
2
+ VERSION = "1.0.0"
3
+ end
@@ -0,0 +1,23 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'random_user_agent/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "random_user_agent"
8
+ spec.version = RandomUserAgent::VERSION
9
+ spec.authors = ["Yassine Azzout"]
10
+ spec.email = ["92bondstreet@gmail.com"]
11
+ spec.description = %q{This gem give you a random user agent from IE, Chrome, Firefox, Safari and Opera. More than 800 possibilities}
12
+ spec.summary = %q{Random HTTP user agent}
13
+ spec.homepage = "https://github.com/92bondstreet/randomuseragent"
14
+ spec.license = "MIT"
15
+
16
+ spec.files = `git ls-files`.split($/)
17
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
+ spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
+ spec.require_paths = ["lib"]
20
+
21
+ #spec.add_development_dependency "bundler", "~> 1.3"
22
+ #spec.add_development_dependency "rake"
23
+ end
metadata ADDED
@@ -0,0 +1,56 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: random_user_agent
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Yassine Azzout
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-07-03 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: This gem give you a random user agent from IE, Chrome, Firefox, Safari
15
+ and Opera. More than 800 possibilities
16
+ email:
17
+ - 92bondstreet@gmail.com
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - .gitignore
23
+ - Gemfile
24
+ - LICENSE.txt
25
+ - README.md
26
+ - Rakefile
27
+ - lib/random_user_agent.rb
28
+ - lib/random_user_agent/version.rb
29
+ - random_user_agent.gemspec
30
+ homepage: https://github.com/92bondstreet/randomuseragent
31
+ licenses:
32
+ - MIT
33
+ post_install_message:
34
+ rdoc_options: []
35
+ require_paths:
36
+ - lib
37
+ required_ruby_version: !ruby/object:Gem::Requirement
38
+ none: false
39
+ requirements:
40
+ - - ! '>='
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ required_rubygems_version: !ruby/object:Gem::Requirement
44
+ none: false
45
+ requirements:
46
+ - - ! '>='
47
+ - !ruby/object:Gem::Version
48
+ version: '0'
49
+ requirements: []
50
+ rubyforge_project:
51
+ rubygems_version: 1.8.16
52
+ signing_key:
53
+ specification_version: 3
54
+ summary: Random HTTP user agent
55
+ test_files: []
56
+ has_rdoc: