kvc 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/History.txt CHANGED
@@ -1,3 +1,10 @@
1
+ === 0.0.2 / 2009-04-04
2
+
3
+ * 1 minor enhacement
4
+
5
+ * Move KVC::Settings under "lib" to meet gem expectations.
6
+
7
+
1
8
  === 0.0.1 / 2009-04-01
2
9
 
3
10
  * 1 major enhancement
data/Manifest.txt CHANGED
@@ -2,8 +2,8 @@ History.txt
2
2
  Manifest.txt
3
3
  README.txt
4
4
  Rakefile
5
- app/models/kvc/settings.rb
6
5
  lib/kvc.rb
6
+ lib/kvc/settings.rb
7
7
  lib/kvc/settings_proxy.rb
8
8
  tasks/kvc_tasks.rake
9
9
  test/kvc_test.rb
data/lib/kvc.rb CHANGED
@@ -35,7 +35,7 @@
35
35
  #
36
36
  # Failed validations will raise <tt>ActiveRecord::RecordInvalid</tt>.
37
37
  module KVC
38
- VERSION = "0.0.1"
38
+ VERSION = "0.0.2"
39
39
 
40
40
  class << self
41
41
  private
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kvc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Celis
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-03 00:00:00 -05:00
12
+ date: 2009-04-04 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -38,8 +38,8 @@ files:
38
38
  - Manifest.txt
39
39
  - README.txt
40
40
  - Rakefile
41
- - app/models/kvc/settings.rb
42
41
  - lib/kvc.rb
42
+ - lib/kvc/settings.rb
43
43
  - lib/kvc/settings_proxy.rb
44
44
  - tasks/kvc_tasks.rake
45
45
  - test/kvc_test.rb