validator_attachment 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ v1.0.3 Travis-CI integration correction
2
+
1
3
  v1.0.2 Documentation correction and Travis-CI integration
2
4
 
3
5
  v1.0.1 Mainly documentation (README.rdoc corrections)
data/Manifest CHANGED
@@ -6,5 +6,4 @@ lib/validator_attachment.rb
6
6
  test/dummy_validator.rb
7
7
  test/test_helper.rb
8
8
  test/validator_attachment_test.rb
9
- validator_attachment.gemspec
10
9
  Manifest
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{validator_attachment}
5
- s.version = "1.0.2"
5
+ s.version = "1.0.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = [%q{Panayotis Matsinopoulos}]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: validator_attachment
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 2
10
- version: 1.0.2
9
+ - 3
10
+ version: 1.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Panayotis Matsinopoulos