ryanlowe-save_or_raise 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/CHANGELOG +7 -1
  2. data/save_or_raise.gemspec +1 -1
  3. metadata +1 -1
data/CHANGELOG CHANGED
@@ -1,7 +1,13 @@
1
1
 
2
- == 0.1.1
2
+ == 0.1.2
3
3
 
4
4
  May 26
5
+ = remove the script directory
6
+
7
+
8
+ == 0.1.1
9
+
10
+ May 25
5
11
  = add the MIT license
6
12
 
7
13
  == 0.1.0
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "save_or_raise"
3
- s.version = "0.1.1"
3
+ s.version = "0.1.2"
4
4
  s.date = "2008-05-25"
5
5
  s.summary = "A replacement for ActiveRecord::Base#save! for Ruby on Rails"
6
6
  s.email = "rails@ryanlowe.ca"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ryanlowe-save_or_raise
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Lowe