File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 3131# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3232# POSSIBILITY OF SUCH DAMAGE.
3333# -----------------------------------------------------------------------------
34- ;
3534
3635::Gem ::Specification . new do |s_ |
3736 s_ . name = 'activerecord-mysql2spatial-adapter'
4039 s_ . version = "#{ ::File . read ( 'Version' ) . strip } "
4140 s_ . author = 'Daniel Azuma'
4241 s_ . email = 'dazuma@gmail.com'
43- s_ . homepage = "http://dazuma.github.com/activerecord-mysql2spatial-adapter"
44- s_ . rubyforge_project = 'virtuoso'
4542 s_ . required_ruby_version = '>= 1.9.3'
46- s_ . files = ::Dir . glob ( "lib/**/*.rb" ) +
43+ s_ . files =
44+ ::Dir . glob ( "lib/**/*.rb" ) +
4745 ::Dir . glob ( "test/**/*.rb" ) +
4846 ::Dir . glob ( "*.rdoc" ) +
4947 [ 'Version' ]
5048 s_ . extra_rdoc_files = ::Dir . glob ( "*.rdoc" )
51- s_ . test_files = ::Dir . glob ( "test/**/tc_*.rb" )
5249 s_ . platform = ::Gem ::Platform ::RUBY
5350 s_ . add_dependency ( 'activerecord' , '>= 4.0' , '< 4.2' )
5451 s_ . add_dependency ( 'rgeo-activerecord' , '~> 1.0' )
You can’t perform that action at this time.
0 commit comments