Skip to content

Commit

Permalink
Release v1.0!
Browse files Browse the repository at this point in the history
Record changes in History.txt
  • Loading branch information
lmarlow committed Jan 11, 2011
1 parent da008d2 commit fd0b677
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 6 additions & 2 deletions History.txt
@@ -1,7 +1,11 @@
== 0.10.0 2010-06-15
== 1.0.0 2011-01-11

* 1 minor enhancement:
* 1 major enhancement:
* cd to directory before starting editor. Good for using NERDtree in vim for example. via alkesh
* Other changes:
* removed gemedit executable since it runs as a rubygems command
* tested with cucumber
* reduced development depencies

== 0.9.0 2009-11-15

Expand Down
2 changes: 1 addition & 1 deletion License.txt
@@ -1,4 +1,4 @@
Copyright (c) 2008-2010 Lee Marlow
Copyright (c) 2008-2011 Lee Marlow

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
6 changes: 2 additions & 4 deletions gemedit.gemspec
Expand Up @@ -5,16 +5,14 @@ Gem::Specification.new do |s|
s.version = Gemedit::Version
s.date = Time.now.strftime('%Y-%m-%d')
s.summary = "A utility to view a gem's source in your favorite editor"
s.homepage = "http://github.com/lmarlow/gemedit"
s.homepage = "https://github.com/lmarlow/gemedit"
s.email = "lee.marlow@gmail.com"
s.authors = [ "Lee Marlow" ]
s.has_rdoc = false

s.files = %w( README.txt History.txt Rakefile License.txt )
s.files += Dir.glob("lib/**/*")
#s.files += Dir.glob("test/**/*")
s.executables = 'gemedit'
s.require_path = 'lib'
s.require_path = 'lib'

s.description = <<desc
A utility to view a gem's source in your favorite editor
Expand Down

0 comments on commit fd0b677

Please sign in to comment.