# -*- encoding: utf-8 -*- # stub: national_grid 0.2.0 ruby lib # stub: ext/national_grid/extconf.rb Gem::Specification.new do |s| s.name = "national_grid".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Andrew Haines".freeze] s.date = "2014-04-26" s.email = ["andrew@haines.org.nz".freeze] s.extensions = ["ext/national_grid/extconf.rb".freeze] s.files = [".gitignore".freeze, ".gitmodules".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "ext/national_grid/common.c".freeze, "ext/national_grid/common.h".freeze, "ext/national_grid/extconf.rb".freeze, "ext/national_grid/national_grid.c".freeze, "ext/national_grid/national_grid.h".freeze, "ext/national_grid/national_grid_easting_northing.c".freeze, "ext/national_grid/national_grid_easting_northing.h".freeze, "ext/national_grid/national_grid_latitude_longitude.c".freeze, "ext/national_grid/national_grid_latitude_longitude.h".freeze, "ext/ostn02c.rb".freeze, "ext/ostn02c/.gitignore".freeze, "ext/ostn02c/OSTN02.xcodeproj/project.pbxproj".freeze, "ext/ostn02c/OSTN02.xcodeproj/project.xcworkspace/contents.xcworkspacedata".freeze, "ext/ostn02c/OSTN02/OSTN02.c".freeze, "ext/ostn02c/OSTN02/OSTN02.h".freeze, "ext/ostn02c/OSTN02/constants.data".freeze, "ext/ostn02c/OSTN02/crc32.c".freeze, "ext/ostn02c/OSTN02/crc32.h".freeze, "ext/ostn02c/OSTN02/dblRelated.h".freeze, "ext/ostn02c/OSTN02/explorerMaps.data".freeze, "ext/ostn02c/OSTN02/fancyOut.h".freeze, "ext/ostn02c/OSTN02/geoids.data".freeze, "ext/ostn02c/OSTN02/gridRef.data".freeze, "ext/ostn02c/OSTN02/main.c".freeze, "ext/ostn02c/OSTN02/shifts.data".freeze, "ext/ostn02c/OSTN02/shifts.index.data".freeze, "ext/ostn02c/OSTN02/testCoords.data".freeze, "ext/ostn02c/README.textile".freeze, "ext/ostn02c/csv-to-struct-array.rb".freeze, "lib/national_grid.rb".freeze, "lib/national_grid/easting_northing.rb".freeze, "lib/national_grid/inspect.rb".freeze, "lib/national_grid/latitude_longitude.rb".freeze, "lib/national_grid/round.rb".freeze, "lib/national_grid/version.rb".freeze, "national_grid.gemspec".freeze, "test/national_grid/easting_northing_test.rb".freeze, "test/national_grid/latitude_longitude_test.rb".freeze] s.homepage = "https://github.com/haines/national_grid".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Converts between Ordnance Survey National Grid easting-northing coordinates and GPS latitude-longitude coordinates".freeze s.test_files = ["test/national_grid/easting_northing_test.rb".freeze, "test/national_grid/latitude_longitude_test.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.5".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.3".freeze]) end