This website requires JavaScript.
Explore
Help
Sign In
deac
/
middleman
Watch
1
Star
0
Fork
You've already forked middleman
0
Code
Issues
Pull requests
Releases
Wiki
Activity
cc418c7a2d
middleman
/
middleman-core
History
Ben Hollis
cc418c7a2d
Ruby 2.0 switches to using #inspect instead of #to_s when printing out objects, which brings back the infinite-hang-on-NoMethodError bug from
http://bugs.ruby-lang.org/issues/4521
. Aliasing #inspect to #to_s for Middleman::Application fixes it again. This
fixes
#833
.
2013-04-02 22:20:37 -07:00
..
bin
Stop messing with load path in middleman executable
2012-09-15 18:45:14 -07:00
features
Support directory name as a data key
2013-03-23 17:17:34 +09:00
fixtures
Support directory name as a data key
2013-03-23 17:17:34 +09:00
lib
Ruby 2.0 switches to using #inspect instead of #to_s when printing out objects, which brings back the infinite-hang-on-NoMethodError bug from
http://bugs.ruby-lang.org/issues/4521
. Aliasing #inspect to #to_s for Middleman::Application fixes it again. This
fixes
#833
.
2013-04-02 22:20:37 -07:00
spec
Fix binary_spec test for svgz - it's binary
2013-02-10 16:53:38 -08:00
.cane
Clean up whitespace, play with cane for testing style quality and code complexity
2012-08-13 15:41:07 -07:00
.cane-exclusions.yml
Clean up whitespace, play with cane for testing style quality and code complexity
2012-08-13 15:41:07 -07:00
.gemtest
enable gemtest at a per-gem level
2012-01-02 14:48:47 -08:00
middleman-core.gemspec
bump tilt requirement, unregister plaintext template.
fixes
#824
2013-03-18 14:12:49 -07:00
Rakefile
The return of the windows gem, for wdm and speedier file watching support
2012-09-01 08:44:02 -07:00