safemode 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of safemode might be problematic. Click here for more details.

Files changed (5) hide show
  1. data/README.markdown +4 -2
  2. data/Rakefile +7 -1
  3. data/VERSION +1 -1
  4. data/safemode.gemspec +3 -3
  5. metadata +8 -4
@@ -69,12 +69,14 @@ See lib/ruby\_parser\_string\_io\_patch.diff
69
69
 
70
70
  * Sven Fuchs - Maintainer
71
71
  * Peter Cooper
72
- * Ohad Levy
73
72
  * Matthias Viehweger
73
+ * Ohad Levy
74
+ * Kingsley Hendrickse
74
75
 
75
76
  This code and all of the Safemode library's code was initially written by
76
77
  Sven Fuchs to allow Haml to have a safe mode. It was then modified and
77
78
  re-structured by Peter Cooper and Sven Fuchs to extend the idea to generic
78
79
  Ruby eval situations.
79
80
 
80
- Thanks to Ohad Levy for gemifying it.
81
+ Thanks to Ohad Levy for gemifying the project and Kingsley Hendrickse for
82
+ securing the right gem name on rubygems.org.
data/Rakefile CHANGED
@@ -28,7 +28,13 @@ Jeweler::Tasks.new do |gem|
28
28
  gem.summary = %Q{A library for safe evaluation of Ruby code based on ParseTree/RubyParser and Ruby2Ruby}
29
29
  gem.description = %Q{A library for safe evaluation of Ruby code based on RubyParser and Ruby2Ruby. Provides Rails ActionView template handlers for ERB and Haml.}
30
30
  gem.email = "ohadlevy@gmail.com"
31
- gem.authors = ["Sven Fuchs"]
31
+ gem.authors = [
32
+ "Sven Fuchs",
33
+ "Peter Cooper",
34
+ "Matthias Viehweger",
35
+ "Kingsley Hendrickse",
36
+ "Ohad Levy",
37
+ ]
32
38
  # dependencies defined in Gemfile
33
39
  end
34
40
  Jeweler::RubygemsDotOrgTasks.new
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "safemode"
8
- s.version = "1.0.0"
8
+ s.version = "1.0.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Sven Fuchs"]
12
- s.date = "2012-03-15"
11
+ s.authors = ["Sven Fuchs", "Peter Cooper", "Matthias Viehweger", "Kingsley Hendrickse", "Ohad Levy"]
12
+ s.date = "2012-03-16"
13
13
  s.description = "A library for safe evaluation of Ruby code based on RubyParser and Ruby2Ruby. Provides Rails ActionView template handlers for ERB and Haml."
14
14
  s.email = "ohadlevy@gmail.com"
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,21 +1,25 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: safemode
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sven Fuchs
14
+ - Peter Cooper
15
+ - Matthias Viehweger
16
+ - Kingsley Hendrickse
17
+ - Ohad Levy
14
18
  autorequire:
15
19
  bindir: bin
16
20
  cert_chain: []
17
21
 
18
- date: 2012-03-15 00:00:00 Z
22
+ date: 2012-03-16 00:00:00 Z
19
23
  dependencies:
20
24
  - !ruby/object:Gem::Dependency
21
25
  name: ruby2ruby