jikan 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/jikan.rb +2 -1
  2. metadata +2 -2
data/lib/jikan.rb CHANGED
@@ -6,6 +6,7 @@ class Jikan
6
6
  # => The time is 6:14 PM
7
7
  # The date is February 7, 2013
8
8
  def time
9
- puts "The time is #{Time.now.strftime("%l:%M %p")}.\nThe date is #{Time.now.strftime("%B%e, %Y")}."
9
+ puts "The time is #{Time.now.strftime("%l:%M %p")}."
10
+ puts "The date is #{Time.now.strftime("%B %e, %Y")}."
10
11
  end
11
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jikan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -40,7 +40,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
40
40
  version: '0'
41
41
  requirements: []
42
42
  rubyforge_project:
43
- rubygems_version: 1.8.25
43
+ rubygems_version: 1.8.24
44
44
  signing_key:
45
45
  specification_version: 3
46
46
  summary: Time.now