Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion useragents.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.date = '2017-06-19'
s.description = 'Generate a random User-Agent for you'
s.email = '[email protected]'
s.files = ['useragents.gemspec', 'lib/useragents.rb', 'lib/core_ext/blank.rb', 'spec/useragents_spec.rb', 'README.md', 'LICENSE']
s.files = ['useragents.gemspec', 'lib/useragents.rb', 'lib/core_ext/blank.rb', 'lib/useragents/fetch.rb', 'spec/useragents_spec.rb', 'lib/useragents.txt', 'README.md', 'LICENSE']
s.homepage = 'https://github.com/debbbbie/useragents-rb'
s.require_paths = ['lib']
s.summary = 'Generate a random User-Agent for you, use for spiders or anything.'
Expand Down