to_source 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,9 @@
1
+ # v0.2.3 2012-12-07
2
+
3
+ * [fixed] Nuke dangling require (sorry for not running specs after gemspec change)
4
+
5
+ [Compare v0.2.2..v0.2.3](https://github.com/mbj/to_source/compare/v0.2.2...v0.2.3)
6
+
1
7
  # v0.2.2 2012-12-07
2
8
 
3
9
  * [fixed] Emit of pattern arguments with no formal arguments present
@@ -1,6 +1,5 @@
1
1
  require 'set'
2
2
  require 'melbourne'
3
- require 'to_source/version'
4
3
  require 'to_source/visitor'
5
4
 
6
5
  # Namespace of library
@@ -1,7 +1,7 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  Gem::Specification.new do |s|
3
3
  s.name = 'to_source'
4
- s.version = '0.2.2'
4
+ s.version = '0.2.3'
5
5
  s.authors = ['Josep M. Bach', 'Markus Schirp']
6
6
  s.email = ['josep.m.bach@gmail.com', 'mbj@seonic.net']
7
7
  s.homepage = 'http://github.com/txus/to_source'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: to_source
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: