jmtest 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,6 +6,7 @@ require "jmtest/version"
6
6
  module Jmtest
7
7
 
8
8
  def jm(g)
9
+ p Dir.pwd
9
10
  p "#{g} says hello!"
10
11
  end
11
12
 
@@ -21,3 +22,5 @@ class BackupTask < Rails::Railtie
21
22
  Dir[File.join(File.dirname(__FILE__),'tasks/*.rake')].each { |f| load f }
22
23
  end
23
24
  end
25
+
26
+
@@ -1,3 +1,3 @@
1
1
  module Jmtest
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -0,0 +1,4 @@
1
+ task :jmrake,[:filepath] => :environment do |t, args|
2
+ puts "Your current directory:"
3
+ puts Dir.pwd
4
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jmtest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -26,6 +26,7 @@ files:
26
26
  - jmtest.gemspec
27
27
  - lib/jmtest.rb
28
28
  - lib/jmtest/version.rb
29
+ - lib/tasks/test.rake
29
30
  homepage: ''
30
31
  licenses: []
31
32
  post_install_message: