Sha256: cf8778826a99fb698335ec1f2cc2e889f288ac5c59cc4d0d903b02154f50b25d

Contents?: true

Size: 551 Bytes

Versions: 7

Compression:

Stored size: 551 Bytes

Contents

source 'http://rubygems.org'
# Add dependencies required to use your gem here.

gem 'httparty', '~> 0.13', '>= 0.13.1'
gem 'hashie', '~> 2.1', '>= 2.1.1'

# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
  gem 'shoulda', '~> 3.5', '>= 3.5.0'
  gem 'rdoc', '~> 3.12'
  gem 'bundler', '~> 1.0'
  gem 'jeweler', '~> 2.0', '>= 2.0.1'
  gem 'simplecov', '~> 0.8', '>= 0.8.2'
  gem 'rake-notes', '~> 0.2', '>= 0.2.0' # allows usage of 'rake notes' to find all todos, etc.
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tmdb-0.7.0 Gemfile
tmdb-0.6.1 Gemfile
tmdb-0.6.0 Gemfile
tmdb-0.4.1 Gemfile
tmdb-0.4.0 Gemfile
tmdb-0.3.0 Gemfile
tmdb-0.2.1 Gemfile