brianmario-yajl-ruby 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/CHANGELOG.rdoc +3 -0
  2. data/Rakefile +1 -0
  3. data/VERSION.yml +1 -1
  4. data/ext/extconf.rb +6 -0
  5. metadata +4 -4
data/CHANGELOG.rdoc CHANGED
@@ -1,5 +1,8 @@
1
1
  = Changelog
2
2
 
3
+ 0.3.1 (April 23rd, 2009)
4
+ * fixed borked gemspec
5
+
3
6
  0.3.0 (April 23rd, 2009)
4
7
  * slight refactor of ActiveSupport tests to better reflect how they actually
5
8
  exist in ActiveSupport
data/Rakefile CHANGED
@@ -7,6 +7,7 @@ begin
7
7
  gem.homepage = "http://github.com/brianmario/yajl-ruby"
8
8
  gem.authors = ["Brian Lopez"]
9
9
  gem.require_paths = ["ext"]
10
+ gem.extensions = ["ext/extconf.rb"]
10
11
  gem.files.include %w(lib/jeweler/templates/.document lib/jeweler/templates/.gitignore)
11
12
  # gem.rubyforge_project = "yajl-ruby"
12
13
  end
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 0
2
+ :patch: 1
3
3
  :major: 0
4
4
  :minor: 3
data/ext/extconf.rb ADDED
@@ -0,0 +1,6 @@
1
+ require 'mkmf'
2
+ dir_config('yajl')
3
+ have_header('yajl/yajl_parse.h')
4
+ have_header('yajl/yajl_gen.h')
5
+ have_library('yajl')
6
+ create_makefile("yajl")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brianmario-yajl-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Lopez
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-23 00:00:00 -07:00
12
+ date: 2009-04-24 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -17,8 +17,8 @@ description:
17
17
  email: seniorlopez@gmail.com
18
18
  executables: []
19
19
 
20
- extensions: []
21
-
20
+ extensions:
21
+ - ext/extconf.rb
22
22
  extra_rdoc_files:
23
23
  - README.rdoc
24
24
  files: