Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit ed23a51

Browse files
committed
ready to release
1 parent ab7b6e1 commit ed23a51

File tree

3 files changed

+2
-31
lines changed

3 files changed

+2
-31
lines changed

examples/chat-app/README.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
11
# README
22

3-
This README would normally document whatever steps are necessary to get the
4-
application up and running.
5-
6-
Things you may want to cover:
7-
8-
* Ruby version
9-
10-
* System dependencies
11-
12-
* Configuration
13-
14-
* Database creation
15-
16-
* Database initialization
17-
18-
* How to run the test suite
19-
20-
* Services (job queues, cache servers, search engines, etc.)
21-
22-
* Deployment instructions
23-
24-
* ...
3+
cd to this directory, bundle install and then visit the home page

hyper-operation.gemspec

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@ Gem::Specification.new do |spec|
1313
spec.homepage = "http://ruby-hyperloop.io"
1414
spec.license = "MIT"
1515

16-
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17-
# to allow pushing to a single host or delete this section to allow pushing to any host.
18-
if spec.respond_to?(:metadata)
19-
spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
20-
else
21-
raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
22-
end
23-
2416
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
2517
spec.bindir = "exe"
2618
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }

lib/hyper-operation/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Hyperloop
22
class Operation
3-
VERSION = "0.1.0"
3+
VERSION = '0.5.0'
44
end
55
end

0 commit comments

Comments
 (0)