sneaky-save 0.0.1 → 0.0.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.
- data/VERSION +1 -1
- data/lib/{sneaky_save.rb → sneaky-save.rb} +0 -0
- data/sneaky-save.gemspec +2 -2
- metadata +5 -5
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|
|
File without changes
|
data/sneaky-save.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{sneaky-save}
|
|
5
|
-
s.version = "0.0.
|
|
5
|
+
s.version = "0.0.2"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Sergei Zinin", "Kevin Goslar"]
|
|
9
|
-
s.date = %q{2011-10-
|
|
9
|
+
s.date = %q{2011-10-18}
|
|
10
10
|
s.description = %q{ActiveRecord extension. Allows to save record without calling callbacks and validations.}
|
|
11
11
|
s.email = %q{kgoslar@partyearth.com}
|
|
12
12
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sneaky-save
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Sergei Zinin
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2011-10-
|
|
19
|
+
date: 2011-10-18 00:00:00 +08:00
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|
|
@@ -84,7 +84,7 @@ files:
|
|
|
84
84
|
- README.rdoc
|
|
85
85
|
- Rakefile
|
|
86
86
|
- VERSION
|
|
87
|
-
- lib/
|
|
87
|
+
- lib/sneaky-save.rb
|
|
88
88
|
- sneaky-save.gemspec
|
|
89
89
|
- spec/fixtures.rb
|
|
90
90
|
- spec/lib/sneaky_save_spec.rb
|