mysql2 0.2.6 → 0.2.7

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/VERSION DELETED
@@ -1 +0,0 @@
1
- 0.2.6
@@ -1,17 +0,0 @@
1
- begin
2
- require 'jeweler'
3
- JEWELER = Jeweler::Tasks.new do |gem|
4
- gem.name = "mysql2"
5
- gem.summary = "A simple, fast Mysql library for Ruby, binding to libmysql"
6
- gem.email = "seniorlopez@gmail.com"
7
- gem.homepage = "http://github.com/brianmario/mysql2"
8
- gem.authors = ["Brian Lopez"]
9
- gem.require_paths = ["lib", "ext"]
10
- gem.extra_rdoc_files = `git ls-files *.rdoc`.split("\n")
11
- gem.files = `git ls-files`.split("\n")
12
- gem.extensions = ["ext/mysql2/extconf.rb"]
13
- gem.files.include %w(lib/jeweler/templates/.document lib/jeweler/templates/.gitignore)
14
- end
15
- rescue LoadError
16
- puts "jeweler, or one of its dependencies, is not available. Install it with: sudo gem install jeweler"
17
- end