RubyProcessing.podspec in processing-0.5.0 vs RubyProcessing.podspec in processing-0.5.1

- old
+ new

@@ -1,10 +1,10 @@ # -*- mode: ruby -*- Pod::Spec.new do |s| s.name = "RubyProcessing" - s.version = File.readlines(File.expand_path 'VERSION', __dir__)[0].chomp + s.version = File.read(File.expand_path 'VERSION', __dir__)[/[\d\.]+/] s.summary = "Yet Another Processing implementation for Ruby" s.description = "Yet Another Processing implementation for Ruby" s.license = "MIT" s.source = {:git => "https://github.com/xord/processing.git"} s.author = {"xordog" => "xordog@gmail.com"}