dynopoker 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -13,9 +13,7 @@ Installation
13
13
  -------
14
14
  Put this line into your `Gemfile`:
15
15
 
16
- gem 'dynopoker', :git => 'git://github.com/kubenstein/dynopoker.git'
17
-
18
- ( In future Dynopoker will be pushed to official gem repository, so not git url will be required )
16
+ gem 'dynopoker'
19
17
 
20
18
  Usage
21
19
  -----
data/dynopoker.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = Dynopoker::VERSION
8
8
  s.authors = ["kubenstein"]
9
9
  s.email = ["kubenstein@gmail.com"]
10
- s.homepage = "http://wakemydyno.com"
10
+ s.homepage = "https://github.com/kubenstein/dynopoker"
11
11
  s.summary = %q{Dynopoker: prevent your heroku dyno from falling asleep}
12
12
  s.description = %q{Dynopoker is a gem that will make your ruby based heroku app self pinging system, preventing single dyno from falling asleep}
13
13
 
@@ -1,3 +1,3 @@
1
1
  module Dynopoker
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynopoker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-19 00:00:00.000000000 Z
12
+ date: 2013-05-20 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Dynopoker is a gem that will make your ruby based heroku app self pinging
15
15
  system, preventing single dyno from falling asleep
@@ -29,7 +29,7 @@ files:
29
29
  - lib/dynopoker/rails.rb
30
30
  - lib/dynopoker/railtie.rb
31
31
  - lib/dynopoker/version.rb
32
- homepage: http://wakemydyno.com
32
+ homepage: https://github.com/kubenstein/dynopoker
33
33
  licenses: []
34
34
  post_install_message:
35
35
  rdoc_options: []