rudate 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -2,3 +2,5 @@
2
2
  .bundle
3
3
  Gemfile.lock
4
4
  pkg/*
5
+ lib/*.swp
6
+ *.swp
@@ -1,3 +1,3 @@
1
1
  module Rudate
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/lib/rudate.rb CHANGED
@@ -1,3 +1,4 @@
1
+ # coding: utf-8
1
2
  require "rudate/version"
2
3
 
3
4
  module Rudate
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rudate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -22,7 +22,6 @@ files:
22
22
  - Gemfile
23
23
  - README
24
24
  - Rakefile
25
- - lib/.rudate.rb.swp
26
25
  - lib/rudate.rb
27
26
  - lib/rudate/version.rb
28
27
  - rudate.gemspec
data/lib/.rudate.rb.swp DELETED
Binary file