harukizaemon-cascading_stylesheets 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,7 @@
1
+ == 2.0.1 release 2009-01-14
2
+
3
+ * Changed package structure.
4
+
1
5
  == 2.0.0 release 2009-01-05
2
6
 
3
7
  * Brought up-to-date with Rails 2.2.
@@ -1,4 +1,4 @@
1
- Copyright (c) 2006 RedHill Consulting, Pty. Ltd.
1
+ Copyright (c) 2009 Simon Harris
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -26,7 +26,7 @@ To use, simply call stylesheet_include_tag from application.html.erb including :
26
26
 
27
27
  You have two choices for installation. The first uses a gem (recommended):
28
28
 
29
- $ sudo gem install harukizaemon-cascading_stylesheets
29
+ config.gem "harukizaemon-cascading_stylesheets", :lib => "cascading_stylesheets", :source => "http://gems.github.com"
30
30
 
31
31
  Or you can use the Rails plugin
32
32
 
@@ -38,4 +38,4 @@ Or you can use the Rails plugin
38
38
 
39
39
  === License
40
40
 
41
- This plugin is copyright 2006 by RedHill Consulting, Pty. Ltd. and is released under the MIT license.
41
+ This plugin is copyright 2009 Simon Harris and is released under the MIT license.
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "cascading_stylesheets"
3
- s.version = "2.0.0"
4
- s.date = "2009-01-05"
3
+ s.version = "2.0.1"
4
+ s.date = "2009-01-14"
5
5
  s.summary = "Include controller and action specific stylesheet files in your Ruby on Rails templates."
6
- s.email = "simon.harris@redhillconsulting.com.au"
6
+ s.email = "haruki.zaemon@gmail.com"
7
7
  s.homepage = "http://github.com/harukizaemon/cascading_stylesheets"
8
8
  s.description = "Cascading Stylesheets is a Ruby on Rails plugin that enhances the behaviour of the built-in stylesheet_link_tag macro to include controller and action specific stylesheet files."
9
9
  s.has_rdoc = true
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  "README.rdoc",
14
14
  "cascading_stylesheets.gemspec",
15
15
  "lib/cascading_stylesheets.rb",
16
- "lib/red_hill_consulting/cascading_stylesheets/action_view/helpers/asset_tag_helper.rb"]
16
+ "lib/haruki_zaemon/cascading_stylesheets/action_view/helpers/asset_tag_helper.rb"]
17
17
  s.rdoc_options = ["--main", "README.rdoc"]
18
18
  s.extra_rdoc_files = ["CHANGELOG.rdoc", "README.rdoc"]
19
19
  end
@@ -1 +1 @@
1
- ActionView::Helpers::AssetTagHelper::StylesheetSources.send(:include, RedHillConsulting::CascadingStylesheets::ActionView::Helpers::AssetTagHelper::StylesheetSources)
1
+ ActionView::Helpers::AssetTagHelper::StylesheetSources.send(:include, HarukiZaemon::CascadingStylesheets::ActionView::Helpers::AssetTagHelper::StylesheetSources)
@@ -1,4 +1,4 @@
1
- module RedHillConsulting::CascadingStylesheets::ActionView::Helpers
1
+ module HarukiZaemon::CascadingStylesheets::ActionView::Helpers
2
2
  module AssetTagHelper
3
3
  module StylesheetSources
4
4
  def self.included(base)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: harukizaemon-cascading_stylesheets
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Harris
@@ -9,12 +9,12 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-01-05 00:00:00 -08:00
12
+ date: 2009-01-14 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
16
16
  description: Cascading Stylesheets is a Ruby on Rails plugin that enhances the behaviour of the built-in stylesheet_link_tag macro to include controller and action specific stylesheet files.
17
- email: simon.harris@redhillconsulting.com.au
17
+ email: haruki.zaemon@gmail.com
18
18
  executables: []
19
19
 
20
20
  extensions: []
@@ -28,7 +28,7 @@ files:
28
28
  - README.rdoc
29
29
  - cascading_stylesheets.gemspec
30
30
  - lib/cascading_stylesheets.rb
31
- - lib/red_hill_consulting/cascading_stylesheets/action_view/helpers/asset_tag_helper.rb
31
+ - lib/haruki_zaemon/cascading_stylesheets/action_view/helpers/asset_tag_helper.rb
32
32
  has_rdoc: true
33
33
  homepage: http://github.com/harukizaemon/cascading_stylesheets
34
34
  post_install_message: