rails_dt 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 1
4
- :patch: 3
4
+ :patch: 4
@@ -1,8 +1,8 @@
1
1
  class RailsDtGenerator < Rails::Generator::Base #:nodoc:
2
2
  def manifest
3
3
  record do |m|
4
- m.file (fn = "dt.css"), "public/stylesheets/#{fn}"
5
- m.file (fn = "dt.rb"), "config/initializers/#{fn}"
4
+ m.file((fn = "dt.css"), "public/stylesheets/#{fn}")
5
+ m.file((fn = "dt.rb"), "config/initializers/#{fn}")
6
6
  m.readme "INSTALL"
7
7
  end
8
8
  end
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rails_dt}
8
- s.version = "0.1.3"
8
+ s.version = "0.1.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Alex Fortuna"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rails_dt
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.3
5
+ version: 0.1.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Alex Fortuna