Skip to content

Commit 82579af

Browse files
committed
Version Bump 2.1.1
1 parent acc46f4 commit 82579af

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

RELEASE_NOTES.txt

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 2.1.1
2+
-------------
3+
4+
- Updated the location of "include_root_in_json" for mongoid > 3.0
5+
16
Version 2.1
27
-----------
38

@@ -19,25 +24,25 @@ Version 2.0
1924

2025
Major overhaul of the entire project.
2126

22-
- No more standalone
27+
- No more standalone
2328
Since I don't think anyone is using this in a different way, REST in Place is
2429
now a pure Rails 3.1 gemplugin using the asset pipeline
25-
- Specs
30+
- Specs
2631
To facilitate development of new features and refactoring, the app now has a
2732
Jasmine spec suite in the testapp. It can be run by visiting
2833
http://localhost:3000/jasmine
29-
- CoffeeScript
34+
- CoffeeScript
3035
Because if you're not using CoffeScript there's something wrong with you. It
3136
makes JavaScript bearable again.
32-
- Proper CSRF token support
37+
- Proper CSRF token support
3338
This was hacky in the past but for a while Rails includes a standard mechanism
3439
for providing CSRF information to JavaScript running on the page.
35-
- Automatic detection of `include_root_in_json` setting in Rails
40+
- Automatic detection of `include_root_in_json` setting in Rails
3641
Through the magic of erb and the asset pipeline, REST in Place can detect
3742
how you've configured ActiveRecord.
38-
- **BC breaking interface changes**
43+
- **BC breaking interface changes**
3944
Two major things have changed that might trip you up:
40-
- The default css class for REST in Place is now `rest-in-place` and not
45+
- The default css class for REST in Place is now `rest-in-place` and not
4146
`rest_in_place`.
4247
- Elements with that default class are initialized automatically on
4348
`document.ready`.

lib/rest_in_place/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RestInPlace
2-
VERSION = "2.1"
2+
VERSION = "2.1.1"
33
end

rest_in_place.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require "rest_in_place/version"
55
Gem::Specification.new do |s|
66
s.name = "rest_in_place"
77
s.version = RestInPlace::VERSION
8-
s.date = '2012-07-24'
8+
s.date = '2012-07-25'
99
s.authors = ["Jan Varwig"]
1010
s.email = ["jan@varwig.org"]
1111
s.homepage = "http://jan.varwig.org"

0 commit comments

Comments
 (0)