quackingduck-fancyviews 1.0 → 1.1

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 (3) hide show
  1. data/Rakefile +1 -2
  2. data/fancyviews.gemspec +1 -1
  3. metadata +1 -1
data/Rakefile CHANGED
@@ -1,5 +1,3 @@
1
- gem "sr-mg", "0.0.2"
2
-
3
1
  task :default => :test
4
2
 
5
3
  desc "Run example test app"
@@ -9,6 +7,7 @@ task :test do
9
7
  end
10
8
 
11
9
  begin
10
+ gem "sr-mg", "0.0.2"
12
11
  require "mg"
13
12
  MG.new("fancyviews.gemspec")
14
13
  rescue LoadError
data/fancyviews.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "fancyviews"
3
3
  s.rubyforge_project = 'fancyviews'
4
- s.version = "1.0"
4
+ s.version = "1.1"
5
5
  s.summary = "Fancy Views"
6
6
  s.description = "Fancy Views"
7
7
  s.email = "myles@myles.id.au"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quackingduck-fancyviews
3
3
  version: !ruby/object:Gem::Version
4
- version: "1.0"
4
+ version: "1.1"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Myles Byrne