date_output 1.0.9 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md CHANGED
@@ -34,11 +34,11 @@ In your view use the helpers to output the formatted dates.
34
34
 
35
35
  long_date_no_day(date) #=> 28th March 2013
36
36
 
37
- short_date_no_day(date) #=> 28th Mar 13
37
+ short_date_no_day(date) #=> 28th Mar 13
38
38
 
39
- long_date_no_day_with_time(date) #=> 28th March 2013 14:42pm
39
+ long_date_no_day_with_time(date) #=> 28th March 2013 14:42pm
40
40
 
41
- short_date_no_day_with_time(date) #=> 28th Mar 13 14:42pm
41
+ short_date_no_day_with_time(date) #=> 28th Mar 13 14:42pm
42
42
 
43
43
  You can also pass in some options to to customise the output. These are passes in as a hash. For example:
44
44
 
@@ -1,3 +1,3 @@
1
1
  module DateOutput
2
- VERSION = "1.0.9"
2
+ VERSION = "1.1.0"
3
3
  end
@@ -38,7 +38,7 @@ module DateOutput
38
38
  end
39
39
 
40
40
  def short_date_no_day_with_time(date, options={})
41
- DateOutput.long_date_no_day_with_time(date, options)
41
+ DateOutput.short_date_no_day_with_time(date, options)
42
42
  end
43
43
 
44
44
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: date_output
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9
4
+ version: 1.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: