Skip to content

Commit cbab60f

Browse files
author
Damian Galarza
committed
v3.0.0
1 parent f5313da commit cbab60f

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
high_voltage (2.4.0)
4+
high_voltage (3.0.0)
55

66
GEM
77
remote: https://rubygems.org/

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
New for 3.0.0
2+
+ HighVoltage now supports Rails 5.0.0.beta3 and up.
3+
+ Properly handle extensions in root route constraint requests.
4+
+ Removes caching in preparation for Rails 5.
5+
16
New for 2.4.0
27
+ Retrieve a list of available static pages via `HighVoltage.page_ids`.
38
+ Properly handle page ids which are blank when being sanitized.

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,9 @@ Yeah, like "About us", "Directions", marketing pages, etc.
1515
Include in your Gemfile:
1616

1717
```ruby
18-
gem 'high_voltage', '~> 2.4.0'
18+
gem 'high_voltage', '~> 3.0.0'
1919
```
2020

21-
For Rails versions prior to 3.0, use the 0.9.2 tag of high_voltage:
22-
23-
https://github.com/thoughtbot/high_voltage/tree/v0.9.2
24-
2521
## Usage
2622

2723
Write your static pages and put them in the RAILS_ROOT/app/views/pages directory.
@@ -362,7 +358,7 @@ Thank you, [contributors]!
362358

363359
## License
364360

365-
High Voltage is copyright © 2009-2015 thoughtbot. It is free software, and may
361+
High Voltage is copyright © 2009-2016 thoughtbot. It is free software, and may
366362
be redistributed under the terms specified in the [`LICENSE`] file.
367363

368364
[`LICENSE`]: /MIT-LICENSE

lib/high_voltage/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module HighVoltage
2-
VERSION = "2.4.0".freeze
2+
VERSION = "3.0.0".freeze
33
end

0 commit comments

Comments
 (0)