static-model 1.1 → 1.1.1

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/lib/static-model.rb CHANGED
@@ -68,6 +68,7 @@ class StaticModel
68
68
  include(ActiveModel::Naming)
69
69
  include(ActiveModel::Conversion)
70
70
  include(ActiveModel::Validations)
71
+ include(ActiveModel::Translation)
71
72
 
72
73
  # Methods.
73
74
 
data/static-model.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'static-model'
5
- s.version = '1.1'
5
+ s.version = '1.1.1'
6
6
  s.summary = 'A base non–database-backed model for Rails.'
7
7
  s.homepage = 'http://codyrobbins.com/software/static-model'
8
8
  s.author = 'Cody Robbins'
metadata CHANGED
@@ -1,8 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: static-model
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: "1.1"
4
+ hash: 17
5
+ prerelease: false
6
+ segments:
7
+ - 1
8
+ - 1
9
+ - 1
10
+ version: 1.1.1
6
11
  platform: ruby
7
12
  authors:
8
13
  - Cody Robbins
@@ -10,7 +15,7 @@ autorequire:
10
15
  bindir: bin
11
16
  cert_chain: []
12
17
 
13
- date: 2011-05-31 00:00:00 -04:00
18
+ date: 2011-07-05 00:00:00 -04:00
14
19
  default_executable:
15
20
  dependencies:
16
21
  - !ruby/object:Gem::Dependency
@@ -21,6 +26,9 @@ dependencies:
21
26
  requirements:
22
27
  - - ">="
23
28
  - !ruby/object:Gem::Version
29
+ hash: 3
30
+ segments:
31
+ - 0
24
32
  version: "0"
25
33
  type: :runtime
26
34
  version_requirements: *id001
@@ -46,10 +54,12 @@ has_rdoc: true
46
54
  homepage: http://codyrobbins.com/software/static-model
47
55
  licenses: []
48
56
 
49
- post_install_message: "\n\
50
- -------------------------------------------------------------\n\
51
- Follow me on Twitter! http://twitter.com/codyrobbins\n\
52
- -------------------------------------------------------------\n\n"
57
+ post_install_message: |+
58
+
59
+ -------------------------------------------------------------
60
+ Follow me on Twitter! http://twitter.com/codyrobbins
61
+ -------------------------------------------------------------
62
+
53
63
  rdoc_options: []
54
64
 
55
65
  require_paths:
@@ -59,17 +69,23 @@ required_ruby_version: !ruby/object:Gem::Requirement
59
69
  requirements:
60
70
  - - ">="
61
71
  - !ruby/object:Gem::Version
72
+ hash: 3
73
+ segments:
74
+ - 0
62
75
  version: "0"
63
76
  required_rubygems_version: !ruby/object:Gem::Requirement
64
77
  none: false
65
78
  requirements:
66
79
  - - ">="
67
80
  - !ruby/object:Gem::Version
81
+ hash: 3
82
+ segments:
83
+ - 0
68
84
  version: "0"
69
85
  requirements: []
70
86
 
71
87
  rubyforge_project:
72
- rubygems_version: 1.6.2
88
+ rubygems_version: 1.3.7
73
89
  signing_key:
74
90
  specification_version: 3
75
91
  summary: "A base non\xE2\x80\x93database-backed model for Rails."