Code Monkey home page Code Monkey logo

json-sequence's People

Contributors

jasonona avatar jpaulgs avatar wezm avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

json-sequence's Issues

json-sequence.gemspec uses 'git'

I've not had much experience creating rubygems however the file json-sequence.gemspec calls out to git. As dex-visibility is now vendoring this gem (and the dex-api-client) I'd like to remove the dependency on having access to git at runtime.

The current json-sequence.gemspec lists the files using:

irb(main):001:0> files = `git ls-files -z`.split("\x0").reject do |f|
irb(main):002:1*     f.match(%r{^(test|spec|features)/})
irb(main):003:1>   end
=> [".gitignore", ".rspec", ".rubocop.yml", ".ruby-version", "Gemfile", "Gemfile.lock", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "json-sequence.gemspec", "lib/json_sequence.rb", "lib/json_sequence/parser.rb", "lib/json_sequence/result.rb", "lib/json_sequence/version.rb"]

Yehuda recommends that we use Dir.glob
https://github.com/greensync/json-sequence/blob/master/json-sequence.gemspec

So I propose that we update the gemspec to Dir.glob("{bin,lib}/**/*") + %w(README.md Gemfile Gemfile.lock Rakefile)

ruby -e 'puts Dir.glob("{bin,lib}/**/*") + %w(README.md Gemfile Gemfile.lock Rakefile LICENSE.txt json-sequence.gemspec)'
bin/setup
bin/console
lib/json_sequence
lib/json_sequence/result.rb
lib/json_sequence/parser.rb
lib/json_sequence/version.rb
lib/json_sequence.rb
README.md
Gemfile
Gemfile.lock
Rakefile
LICENSE.txt
json-sequence.gemspec

Open-source json-sequence

We've resolved that it would make our lives a whole lot simpler if this was open-source.

Not to mention all the other good reasons for open-sourcing things.

Any objections, @khaong?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.