msgpack-coder 0.0.1 → 0.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/README.md CHANGED
@@ -11,7 +11,7 @@ Super simple, just two lines!
11
11
  In your Gemfile add this line:
12
12
 
13
13
  ```ruby
14
- gem 'msgpack-coder'
14
+ gem 'msgpack-coder', require: 'message_pack'
15
15
  ```
16
16
 
17
17
  Your model gets the other line:
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = 'msgpack-coder'
3
- gem.version = '0.0.1'
3
+ gem.version = '0.0.2'
4
4
  gem.authors = 'Mario Uher'
5
5
  gem.email = 'mu@beenetwork.eu'
6
6
  gem.description = 'Use MessagePack for ActiveRecord serialization.'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: msgpack-coder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-08 00:00:00.000000000 Z
12
+ date: 2012-11-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: msgpack
@@ -34,7 +34,7 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - README.md
37
- - lib/message_pack.rb
37
+ - lib/msgpack/coder.rb
38
38
  - msgpack-coder.gemspec
39
39
  homepage: http://beenetwork.github.com/msgpack-coder
40
40
  licenses: []
@@ -62,4 +62,3 @@ specification_version: 3
62
62
  summary: ! 'Tired of using slow YAML? Serialized data is not valid JSON? Fear not
63
63
  more: Use msgpack-coder!'
64
64
  test_files: []
65
- has_rdoc: