smooth_operator 0.4.3 → 0.4.4

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.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZDdlYTY3OGVhODk3ZWEzY2RkMTJjMGMyZmFiYmI2MTkzZTUwNDMyMg==
5
+ data.tar.gz: !binary |-
6
+ MmZiZTg4YTc3ZGI0OTI2OTA5ZTRiZjkyZDhkYzliMmMzNWE3NDUxYg==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ YzdkZDE5MjY4MjZkYzA4M2ZiNGVlNzMzZTViOWM5ZWIzY2FiMGYwZGMzZjJh
10
+ OTQ0NzYxMWI5ZmNhMjYzM2Y1Y2FkOGIyNmIyNmVkNzNiMmM3NGRkYTRiMjU3
11
+ YTA2YzNkMjVmZDAzMTFjZThmNDZhNWFhNWRjYWZmM2Y4YTgwYTE=
12
+ data.tar.gz: !binary |-
13
+ ZDY3ZmVjZmMyNDIxNmRhMWZmMzc2ZGUyNjNjOWQ0NzdkZjZjNTUxNTU5NmI0
14
+ N2FmYjk4M2IyY2YzNDZlM2UwMzlmNDgxNDg1NDI4NTJkODcwODkzNDY3ZmZh
15
+ NWUwYmJlNGYwNGQ1MTEzYzRmOGIyMDgxYTc2MDcxY2U4OGFhYWY=
@@ -22,7 +22,7 @@ module SmoothOperator
22
22
  "#{class_name_plural}/#{class_name_plural.singularize}"
23
23
  end
24
24
 
25
- def valid?
25
+ def valid?(context = nil)
26
26
  errors.blank?
27
27
  end
28
28
 
@@ -1,3 +1,3 @@
1
1
  module SmoothOperator
2
- VERSION = "0.4.3"
2
+ VERSION = "0.4.4"
3
3
  end
metadata CHANGED
@@ -1,20 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smooth_operator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
5
- prerelease:
4
+ version: 0.4.4
6
5
  platform: ruby
7
6
  authors:
8
7
  - João Gonçalves
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-10-08 00:00:00.000000000 Z
11
+ date: 2014-01-13 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: bundler
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ~>
20
18
  - !ruby/object:Gem::Version
@@ -22,7 +20,6 @@ dependencies:
22
20
  type: :development
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ~>
28
25
  - !ruby/object:Gem::Version
@@ -30,7 +27,6 @@ dependencies:
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: rake
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
31
  - - ! '>='
36
32
  - !ruby/object:Gem::Version
@@ -38,7 +34,6 @@ dependencies:
38
34
  type: :development
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
38
  - - ! '>='
44
39
  - !ruby/object:Gem::Version
@@ -70,27 +65,26 @@ files:
70
65
  homepage: https://github.com/goncalvesjoao/smooth_operator
71
66
  licenses:
72
67
  - MIT
68
+ metadata: {}
73
69
  post_install_message:
74
70
  rdoc_options: []
75
71
  require_paths:
76
72
  - lib
77
73
  required_ruby_version: !ruby/object:Gem::Requirement
78
- none: false
79
74
  requirements:
80
75
  - - ! '>='
81
76
  - !ruby/object:Gem::Version
82
77
  version: '0'
83
78
  required_rubygems_version: !ruby/object:Gem::Requirement
84
- none: false
85
79
  requirements:
86
80
  - - ! '>='
87
81
  - !ruby/object:Gem::Version
88
82
  version: '0'
89
83
  requirements: []
90
84
  rubyforge_project:
91
- rubygems_version: 1.8.25
85
+ rubygems_version: 2.0.7
92
86
  signing_key:
93
- specification_version: 3
87
+ specification_version: 4
94
88
  summary: Simple and fully customizable alternative to ActiveResource, based on httparty
95
89
  gem
96
90
  test_files: []