embedda 0.0.6 → 0.0.7
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.
- data/embedda.gemspec +3 -1
- metadata +5 -3
data/embedda.gemspec
CHANGED
|
@@ -3,13 +3,15 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |gem|
|
|
5
5
|
gem.name = "embedda"
|
|
6
|
-
gem.version = '0.0.
|
|
6
|
+
gem.version = '0.0.7'
|
|
7
7
|
gem.authors = ["Kasper Grubbe",'Christian Takle']
|
|
8
8
|
gem.email = ["kaspergrubbe@gmail.com"]
|
|
9
9
|
gem.homepage = "http://github.com/kaspergrubbe/embedda"
|
|
10
10
|
gem.summary = %q{Embed content strings in your strings, and turn it to embed HTML!}
|
|
11
11
|
gem.description = %q{Embed content strings in your strings, and turn it to embed HTML!}
|
|
12
12
|
|
|
13
|
+
gem.licenses = ['MIT', 'GPL-2']
|
|
14
|
+
|
|
13
15
|
gem.files = `git ls-files`.split("\n")
|
|
14
16
|
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
|
15
17
|
gem.require_paths = ["lib"]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: embedda
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-08
|
|
13
|
+
date: 2013-09-08 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rspec
|
|
@@ -69,7 +69,9 @@ files:
|
|
|
69
69
|
- spec/embedda_spec.rb
|
|
70
70
|
- spec/spec_helper.rb
|
|
71
71
|
homepage: http://github.com/kaspergrubbe/embedda
|
|
72
|
-
licenses:
|
|
72
|
+
licenses:
|
|
73
|
+
- MIT
|
|
74
|
+
- GPL-2
|
|
73
75
|
post_install_message:
|
|
74
76
|
rdoc_options: []
|
|
75
77
|
require_paths:
|