Sha256: 9f9c1c170704ba802c634d56283e2cddec0c2d2e5856b559e546cea7d54b3e65

Contents?: true

Size: 718 Bytes

Versions: 2

Compression:

Stored size: 718 Bytes

Contents

source 'https://rubygems.org'

# Install my user functions' deps too
# RubyGems API Client
gem 'gems'

# Work with XML
gem 'nokogiri'

# Work with Apple Property List files (`.plist`)
# 
# Kinda buggy and limited, and I think it only covers XML, but it's something.
# 
gem 'plist'

# A generally more capable Apple Property List (`.plist`) handling toolkit,
# though it's also more complicated and less user-friendly than `plist` from
# what I recall, and it still can't handle some of the "old-style" plists that
# things like `defaults` and `launchctl` can shit out.
gem 'CFPropertyList'

# Use dev versions
# gem 'nrser', path: './dev/packages/gems/nrser'

# Specify your gem's dependencies in rash.gemspec
gemspec

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nrser-rash-0.2.3 Gemfile
nrser-rash-0.2.2 Gemfile