Skip to content
This repository has been archived by the owner on May 2, 2019. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: emmanuel/dm-is-evidence
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: yogo/dm-is-evidence
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 5, 2011

  1. Removing the too-clever version in the gemspec

    This is for Gemfile <=> Github compatibility
    pol committed Aug 5, 2011
    Copy the full SHA
    df04637 View commit details
Showing with 1 addition and 2 deletions.
  1. +1 −2 dm-is-evidence.gemspec
3 changes: 1 addition & 2 deletions dm-is-evidence.gemspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "dm-is-evidence/version"

Gem::Specification.new do |s|
s.name = "dm-is-evidence"
s.version = DataMapper::Is::Evidence::VERSION
s.version = '0.0.1'
s.authors = ["Emmanuel Gomez"]
s.email = ["emmanuel.gomez@gmail.com"]
s.homepage = ""