activemodel-warnings 1.0.1 → 1.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/Gemfile.lock ADDED
@@ -0,0 +1,26 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ activemodel-warnings (1.0.1)
5
+ activemodel (~> 3.0)
6
+
7
+ GEM
8
+ remote: http://rubygems.org/
9
+ specs:
10
+ activemodel (3.0.4)
11
+ activesupport (= 3.0.4)
12
+ builder (~> 2.1.2)
13
+ i18n (~> 0.4)
14
+ activesupport (3.0.4)
15
+ builder (2.1.2)
16
+ i18n (0.5.0)
17
+ mocha (0.9.12)
18
+
19
+ PLATFORMS
20
+ ruby
21
+
22
+ DEPENDENCIES
23
+ activemodel (~> 3.0)
24
+ activemodel-warnings!
25
+ bundler (~> 1.0.7)
26
+ mocha
data/Rakefile CHANGED
@@ -22,6 +22,4 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
22
22
  rdoc.title = 'Active Model Warnings'
23
23
  rdoc.rdoc_files.include('README')
24
24
  rdoc.rdoc_files.include('lib/**/*.rb')
25
- end
26
-
27
-
25
+ end
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
6
6
  s.name = "activemodel-warnings"
7
7
  s.version = ActiveModel::Warnings::VERSION
8
8
  s.platform = Gem::Platform::RUBY
9
- s.authors = ["Robert Pankowecki (Gavdi Pollska)"]
9
+ s.authors = ["Robert Pankowecki (Gavdi Polska)"]
10
10
  s.email = ["robert.pankowecki@gmail.com"]
11
11
  s.homepage = ""
12
12
  s.summary = %q{Mark some validations as warnings and let them be easily skipped}
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
16
 
17
17
  s.rubyforge_project = "global_boolean"
18
18
 
19
- s.add_dependency "activemodel", "~> 3.0.3"
19
+ s.add_dependency "activemodel", "~> 3.0"
20
20
 
21
21
  s.add_development_dependency "bundler", "~> 1.0.7"
22
22
  s.add_development_dependency "mocha"
@@ -1,7 +1,7 @@
1
1
  module ActiveModel
2
2
 
3
3
  module Warnings
4
- VERSION = "1.0.1"
4
+ VERSION = "1.0.2"
5
5
  end
6
6
 
7
7
  end
metadata CHANGED
@@ -5,16 +5,16 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 1
9
- version: 1.0.1
8
+ - 2
9
+ version: 1.0.2
10
10
  platform: ruby
11
11
  authors:
12
- - Robert Pankowecki (Gavdi Pollska)
12
+ - Robert Pankowecki (Gavdi Polska)
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-02-08 00:00:00 +01:00
17
+ date: 2011-02-15 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -28,8 +28,7 @@ dependencies:
28
28
  segments:
29
29
  - 3
30
30
  - 0
31
- - 3
32
- version: 3.0.3
31
+ version: "3.0"
33
32
  type: :runtime
34
33
  version_requirements: *id001
35
34
  - !ruby/object:Gem::Dependency
@@ -72,6 +71,7 @@ extra_rdoc_files: []
72
71
  files:
73
72
  - .gitignore
74
73
  - Gemfile
74
+ - Gemfile.lock
75
75
  - README
76
76
  - Rakefile
77
77
  - TODO