bert 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +5 -0
- data/VERSION +1 -1
- data/bert.gemspec +6 -5
- data/lib/bert.rb +2 -0
- data/lib/bert/encode.rb +1 -5
- metadata +3 -2
data/History.txt
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.1
|
data/bert.gemspec
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
# Generated by jeweler
|
2
|
-
# DO NOT EDIT THIS FILE
|
3
|
-
# Instead, edit Jeweler::Tasks in
|
2
|
+
# DO NOT EDIT THIS FILE DIRECTLY
|
3
|
+
# Instead, edit Jeweler::Tasks in rakefile, and run the gemspec command
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{bert}
|
8
|
-
s.version = "1.1.
|
8
|
+
s.version = "1.1.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Tom Preston-Werner"]
|
12
|
-
s.date = %q{
|
12
|
+
s.date = %q{2010-01-12}
|
13
13
|
s.description = %q{BERT Serializiation for Ruby}
|
14
14
|
s.email = %q{tom@mojombo.com}
|
15
|
-
s.extensions = ["ext/bert/c/extconf.rb"]
|
15
|
+
s.extensions = ["ext/bert/c/extconf.rb", "ext/bert/c/extconf.rb"]
|
16
16
|
s.extra_rdoc_files = [
|
17
17
|
"LICENSE",
|
18
18
|
"README.md"
|
@@ -69,3 +69,4 @@ Gem::Specification.new do |s|
|
|
69
69
|
s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
|
70
70
|
end
|
71
71
|
end
|
72
|
+
|
data/lib/bert.rb
CHANGED
data/lib/bert/encode.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bert
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tom Preston-Werner
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date:
|
12
|
+
date: 2010-01-12 00:00:00 -08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -28,6 +28,7 @@ executables: []
|
|
28
28
|
|
29
29
|
extensions:
|
30
30
|
- ext/bert/c/extconf.rb
|
31
|
+
- ext/bert/c/extconf.rb
|
31
32
|
extra_rdoc_files:
|
32
33
|
- LICENSE
|
33
34
|
- README.md
|