Skip to content

Commit

Permalink
Generate gemspec
Browse files Browse the repository at this point in the history
v0.2
  • Loading branch information
mynyml committed Aug 25, 2009
1 parent d3c9db4 commit ab05c1c
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ end

spec = Gem::Specification.new do |s|
s.name = 'watchr'
s.version = '0.1'
s.version = '0.2'
s.summary = "Continious anything"
s.description = "Continious anything; project files observer/trigger."
s.author = "Martin Aumont"
Expand Down
68 changes: 68 additions & 0 deletions watchr.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
--- !ruby/object:Gem::Specification
name: watchr
version: !ruby/object:Gem::Version
version: "0.2"
platform: ruby
authors:
- Martin Aumont
autorequire:
bindir: bin
cert_chain: []

date: 2009-08-25 00:00:00 -04:00
default_executable:
dependencies: []

description: Continious anything; project files observer/trigger.
email: mynyml@gmail.com
executables:
- watchr
extensions: []

extra_rdoc_files: []

files:
- Rakefile
- test
- test/fixtures
- test/test_watchr.rb
- test/test_helper.rb
- TODO.txt
- bin
- bin/watchr
- lib
- lib/watchr
- lib/watchr.rb
- LICENSE
- specs.watchr
- README
has_rdoc: true
homepage: ""
licenses: []

post_install_message:
rdoc_options: []

require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: "0"
version:
required_rubygems_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: "0"
version:
requirements: []

rubyforge_project:
rubygems_version: 1.3.5
signing_key:
specification_version: 3
summary: Continious anything
test_files: []

0 comments on commit ab05c1c

Please sign in to comment.