parsecom-notifier 0.0 → 0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@
2
2
  require 'parsecom'
3
3
  require 'yaml'
4
4
 
5
- settings = YAML.load_file ARGF
5
+ settings = YAML.load ARGF
6
6
 
7
7
  def iso8601 time
8
8
  time.is_a?(Time) ? time.iso8601 : time
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "parsecom-notifier"
7
- spec.version = '0.0'
7
+ spec.version = '0.1'
8
8
  spec.authors = ["ANDO Yasushi"]
9
9
  spec.email = ["andyjpn@gmail.com"]
10
10
  spec.summary = %q{Register Pushes}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parsecom-notifier
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.0'
4
+ version: '0.1'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: