Commit 414ae93e authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Throw away Gemfile, drop use of bundler.

Using both Gemfile for bundler and a .gemspec for gem doesn't seem to
work quite well together.  Besides I'm not really making much use of
bunder, so I feel I'm better off without this additional complexity.

Though, this means I need to explicitly list the dependencies to be
installed for development, but there are only a few, so it really
shouldn't be much of an issue.
parent c641783f
Loading
Loading
Loading
Loading

Gemfile

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
source :rubygems

gemspec

Gemfile.lock

deleted100644 → 0
+0 −41
Original line number Diff line number Diff line
PATH
  remote: .
  specs:
    jsduck (3.10.5)
      json
      parallel
      rdiscount

GEM
  remote: http://rubygems.org/
  specs:
    chunky_png (1.2.5)
    compass (0.12.1)
      chunky_png (~> 1.2)
      fssm (>= 0.2.7)
      sass (~> 3.1)
    diff-lcs (1.1.3)
    fssm (0.2.9)
    json (1.7.3)
    parallel (0.5.16)
    rake (0.9.2.2)
    rdiscount (1.6.8)
    rspec (2.10.0)
      rspec-core (~> 2.10.0)
      rspec-expectations (~> 2.10.0)
      rspec-mocks (~> 2.10.0)
    rspec-core (2.10.0)
    rspec-expectations (2.10.0)
      diff-lcs (~> 1.1.3)
    rspec-mocks (2.10.1)
    sass (3.1.18)

PLATFORMS
  ruby
  x86-mingw32

DEPENDENCIES
  compass
  jsduck!
  rake
  rspec