Sha256: f4b280d046457a3e914c755e8396802c264607c0383650392f0bc16af7deaa7b
Contents?: true
Size: 1.01 KB
Versions: 3
Compression:
Stored size: 1.01 KB
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'page_navigation/version' Gem::Specification.new do |gem| gem.name = "page_navigation" gem.version = PageNavigation::VERSION gem.platform = Gem::Platform::RUBY gem.authors = ["Jeffrey S. Morgan"] gem.email = ["jeff.morgan@leandog.com"] gem.homepage = "http://github.com/cheezy/page_naigation" gem.description = %q{Provides basic navigation through a collection of items that use the PageObject pattern.} gem.summary = %q{Provides basic navigation through a collection of items that use the PageObject pattern.} gem.rubyforge_project = "page_naigation" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.add_development_dependency 'rspec', '>= 2.12.0' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
page_navigation-0.3 | page_navigation.gemspec |
page_navigation-0.2 | page_navigation.gemspec |
page_navigation-0.1 | page_navigation.gemspec |