incremented version to 1.1.3.pre and updated CHANGELOG

This commit is contained in:
Matt Zukowski 2012-10-17 15:03:21 -04:00
Родитель d84eb1404d
Коммит 619a18177c
2 изменённых файлов: 13 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,15 @@
=== 1.1.3 :: In progress...
* CHANGED:
* XML responses now start with a correct XML declaration specifying UTF-8 encoding
(<?xml version="1.0" encoding="UTF-8" ?>).
* FIXED:
* Extra attributes with UTF-8 characters should be correctly encoded under ruby 1.8.7.
* Improved compatibility with various versions of ActiveRecord, ActiveSupport and
other dependencies.
* Minor code reorganization and cleanup.
=== 1.1.2 :: 2012-09-19
* FIXED:

Просмотреть файл

@ -1,6 +1,6 @@
$gemspec = Gem::Specification.new do |s|
s.name = 'rubycas-server'
s.version = '1.1.2'
s.version = '1.1.3.pre'
s.authors = ["Matt Zukowski"]
s.email = ["matt@zukowski.ca"]
s.homepage = 'https://github.com/rubycas/rubycas-server'