Skip to content

Instantly share code, notes, and snippets.

@manveru
Last active February 7, 2019 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manveru/f7086c5108076aa1c1705cc7998c8107 to your computer and use it in GitHub Desktop.
Save manveru/f7086c5108076aa1c1705cc7998c8107 to your computer and use it in GitHub Desktop.
fakes3
with import <nixpkgs> {};
bundlerApp {
pname = "fakes3";
gemdir = ./.;
exes = [ "fakes3" ];
}
GEM
remote: https://rubygems.org/
specs:
builder (3.2.3)
fakes3 (2.0.0)
builder
thor
xml-simple
thor (0.20.3)
xml-simple (1.1.5)
PLATFORMS
ruby
DEPENDENCIES
fakes3!
BUNDLED WITH
1.16.3
source 'https://rubygems.org' do
gem 'fakes3'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment