extended_attributes 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1,2 +1,3 @@
1
1
  .redcar
2
2
  Gemfile.lock
3
+ *.gem
@@ -10,11 +10,11 @@ Gem::Specification.new do |gem|
10
10
  gem.email = %q{chirantan.rajhans@gmail.com}
11
11
  gem.homepage = 'http://github.com/chirantan'
12
12
 
13
- gem.add_runtime_dependency 'active_record', '~> 3.1.0'
13
+ gem.add_runtime_dependency 'activerecord', '~> 3.1.0'
14
14
 
15
15
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
16
16
  gem.files = `git ls-files`.split("\n")
17
17
  gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
18
18
  gem.require_paths = ['lib']
19
- gem.version = '1.0.2'
19
+ gem.version = '1.0.3'
20
20
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: extended_attributes
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
  - Chirantan Rajhans
@@ -18,7 +18,7 @@ cert_chain: []
18
18
  date: 2011-10-10 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
- name: active_record
21
+ name: activerecord
22
22
  prerelease: false
23
23
  requirement: &id001 !ruby/object:Gem::Requirement
24
24
  none: false
@@ -47,7 +47,6 @@ files:
47
47
  - MIT-LICENSE
48
48
  - README.md
49
49
  - Rakefile
50
- - extended_attributes-1.0.0.gem
51
50
  - extended_attributes.gemspec
52
51
  - lib/extended_attributes.rb
53
52
  - spec/date_methods.rb
Binary file