mag 0.2.1 → 0.2.2

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.
Files changed (4) hide show
  1. data/lib/mag/version.rb +1 -1
  2. data/lib/mag.rb +4 -0
  3. data/mag.gemspec +1 -1
  4. metadata +2 -2
data/lib/mag/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Mag
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
data/lib/mag.rb CHANGED
@@ -13,5 +13,9 @@ class Mag
13
13
  def box
14
14
  Maglev::PERSISTENT_ROOT
15
15
  end
16
+
17
+ def box= this
18
+ Maglev::PERSISTENT_ROOT.replace this
19
+ end
16
20
  end
17
21
  end
data/mag.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = Mag::VERSION
8
8
  s.authors = ["Shannon Skipper"]
9
9
  s.email = ["shannonskipper@gmail.com"]
10
- s.homepage = ""
10
+ s.homepage = "https://github.com/Havenwood/mag"
11
11
  s.summary = %q{Shortcuts for Maglev's Persistent Store'}
12
12
  s.description = %q{Load a tiny gem to save typing a few characters when committing or aborting in Maglev? Why not!? =P}
13
13
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mag
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -26,7 +26,7 @@ files:
26
26
  - lib/mag.rb
27
27
  - lib/mag/version.rb
28
28
  - mag.gemspec
29
- homepage: ''
29
+ homepage: https://github.com/Havenwood/mag
30
30
  licenses: []
31
31
  post_install_message:
32
32
  rdoc_options: []