built_in_data 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.
Files changed (2) hide show
  1. data/lib/built_in_data/version.rb +1 -1
  2. metadata +8 -9
@@ -1,3 +1,3 @@
1
1
  module BuiltInData
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: built_in_data
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -16,7 +16,7 @@ default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: rails
19
- requirement: &2152935140 !ruby/object:Gem::Requirement
19
+ requirement: &2157417400 !ruby/object:Gem::Requirement
20
20
  none: false
21
21
  requirements:
22
22
  - - ! '>='
@@ -24,10 +24,10 @@ dependencies:
24
24
  version: 3.1.0
25
25
  type: :runtime
26
26
  prerelease: false
27
- version_requirements: *2152935140
27
+ version_requirements: *2157417400
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: sqlite3
30
- requirement: &2152934720 !ruby/object:Gem::Requirement
30
+ requirement: &2157416980 !ruby/object:Gem::Requirement
31
31
  none: false
32
32
  requirements:
33
33
  - - ! '>='
@@ -35,10 +35,9 @@ dependencies:
35
35
  version: '0'
36
36
  type: :development
37
37
  prerelease: false
38
- version_requirements: *2152934720
39
- description: Objects are stored in the database with a *built_in_key* that is used
40
- on subsequent loads to update or remove the object. Items in the table without
41
- a *built_in_key* will not be modified or removed.
38
+ version_requirements: *2157416980
39
+ description: BuiltInData is a simple tool for loading and updating data in a Rails
40
+ application.
42
41
  email:
43
42
  - developers@wwidea.org
44
43
  executables: []
@@ -113,7 +112,7 @@ rubyforge_project:
113
112
  rubygems_version: 1.6.2
114
113
  signing_key:
115
114
  specification_version: 3
116
- summary: BuiltInData is a simple tool for loading and updating data in a Rails application.
115
+ summary: Data management for Rails models.
117
116
  test_files:
118
117
  - test/built_in_data_test.rb
119
118
  - test/dummy/app/assets/javascripts/application.js