Skip to content

Commit

Permalink
Ready for v1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
omarish committed Nov 28, 2017
1 parent aa9998c commit 588ee17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lib/vidyo/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Vidyo
VERSION = "0.1.0"
VERSION = "1.0"
end
13 changes: 1 addition & 12 deletions vidyo.gemspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "vidyo/version"
Expand All @@ -7,21 +6,11 @@ Gem::Specification.new do |spec|
spec.name = "vidyo"
spec.version = Vidyo::VERSION
spec.authors = ["Omar Bohsali"]
spec.email = ["omar.bohsali@gmail.com"]
spec.email = ["me@omarish.com"]

spec.summary = %q{Create vidyo.io access tokens.}
spec.homepage = "https://github.com/omarish/vidyo"
spec.license = "MIT"

# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
# to allow pushing to a single host or delete this section to allow pushing to any host.
if spec.respond_to?(:metadata)
spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
else
raise "RubyGems 2.0 or newer is required to protect against " \
"public gem pushes."
end

spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
Expand Down

0 comments on commit 588ee17

Please sign in to comment.