meta_field 0.0.1 → 0.0.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.
Files changed (3) hide show
  1. checksums.yaml +15 -0
  2. data/lib/meta_field/version.rb +1 -1
  3. metadata +5 -9
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NTIxZTVlZjIyMTdiYWYxYzdjMGNiNWYyZmM0ODlhMjUyZWFjNDc1NA==
5
+ data.tar.gz: !binary |-
6
+ YWM0NzY4YThlM2Q1MzczZDhjYTcyNGFmYmExZTM0MjBjZjlkZTI2NQ==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ NmUyZmNkNzJjYTI0MDU2ZTVmOTY4NzQ1NGZkNWZkYTFkMmQ4MDVlZTg4MTEx
10
+ NTYzNzE4OTQ0YzI5NWU3Y2UyYmM3NTk2OWIyN2E5OTMwOWViNjVjNGExMWQ1
11
+ OTI0NGJkNmVmNmRhOGJhOGEyYTRkMjUyYzlkOTBiYzBkMmZjZTg=
12
+ data.tar.gz: !binary |-
13
+ ZTE0NzY2ZTcyZTk3ZjMwNThiNjNhMTJkMGQ5MTgzYWU4YmMwMDczNjJmM2Q2
14
+ ODMxZTczYTA5Y2UyYjQ3MThkZjBiMTM4NTMwMGQzYmVkOGY0N2U4OGVjZWI0
15
+ YTYyM2MyYjdlOTJiMjJjZGRlNzkwOWVkZWYwMzE1M2ZjYmM4YjM=
@@ -1,3 +1,3 @@
1
1
  module MetaField
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.1.1"
3
3
  end
metadata CHANGED
@@ -1,20 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meta_field
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
5
- prerelease:
4
+ version: 0.0.1.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Yuichi Takeuchi
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-09-18 00:00:00.000000000 Z
11
+ date: 2013-03-13 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rails
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: :runtime
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
@@ -48,26 +45,25 @@ files:
48
45
  - README.rdoc
49
46
  homepage: http://takeyu-web.com/
50
47
  licenses: []
48
+ metadata: {}
51
49
  post_install_message:
52
50
  rdoc_options: []
53
51
  require_paths:
54
52
  - lib
55
53
  required_ruby_version: !ruby/object:Gem::Requirement
56
- none: false
57
54
  requirements:
58
55
  - - ! '>='
59
56
  - !ruby/object:Gem::Version
60
57
  version: '0'
61
58
  required_rubygems_version: !ruby/object:Gem::Requirement
62
- none: false
63
59
  requirements:
64
60
  - - ! '>='
65
61
  - !ruby/object:Gem::Version
66
62
  version: '0'
67
63
  requirements: []
68
64
  rubyforge_project:
69
- rubygems_version: 1.8.23
65
+ rubygems_version: 2.0.3
70
66
  signing_key:
71
- specification_version: 3
67
+ specification_version: 4
72
68
  summary: ActiveRecord meta_field for Rails 3
73
69
  test_files: []