Rakefile in fjson-0.1.1 vs Rakefile in fjson-0.1.2
- old
+ new
@@ -3,13 +3,16 @@
def win32?
ENV["target_platform"] == "win32"
end
desc "Compiles the library"
-task(:default) {mkmf_tasks.default}
+task(:default) {mkmf_tasks.extension}
desc "Compiles the library"
+task(:extension) {mkmf_tasks.extension}
+
+desc "Compiles the library"
task(:compile) {mkmf_tasks.compile}
desc "Compiles, installs, and runs the specs"
task(:spec) {mkmf_tasks.spec}
@@ -44,10 +47,10 @@
]
tasks
end
PKG_NAME = "fjson"
-PKG_VERSION = "0.1.1"
+PKG_VERSION = "0.1.2"
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
PKG_FILES = FileList[
'[A-Z]*',
'*.rb',
'lib/**/*.rb',