spree_wysiwyg 1.3

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 (2) hide show
  1. checksums.yaml +15 -0
  2. metadata +57 -0
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NWVhMDRmYTA3NjhkYTBjYTlkZjNhNDdkMTk3N2NiYTg1OThjYzU5Yw==
5
+ data.tar.gz: !binary |-
6
+ MTI3MzVmZGFmZDlmMjZiN2Y5OGM3M2I2YjAxZWMyZTIxODkxYzIzYw==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ YmJhMzgzODY3OTVmYmE2OTViNDQ5MmI0ZmZiMTA5ZTA1ZmI1ODVkZWQ0MDVj
10
+ YWZiOWE1YmZmMjQ5NDU4Y2I5YmZjOTE4NDZkNzdhYWViNmVhODFlNTZjYjYx
11
+ ZWQ5MjFiZWM1NDVjMGMwNDdkMDI4NmFlODBiZWVhMjA5ZDY5NDU=
12
+ data.tar.gz: !binary |-
13
+ NTc1MDcwNmJmMWQxYWI4ZDhlZDQ1NDU1ODY2MTJhMDJkMzI3ZWExMjc3NmNi
14
+ ZmJmZjZhMWFhZTc2NzI4Nzc2NTNlYmE1MmVhNDJmZDYzMWY3NWYyNzk4MDZk
15
+ NDQwMTJmNDE2MmVkYTBlMWE2YzQ4MDU0ODgwN2RiMWZlNzRiZjQ=
metadata ADDED
@@ -0,0 +1,57 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: spree_wysiwyg
3
+ version: !ruby/object:Gem::Version
4
+ version: '1.3'
5
+ platform: ruby
6
+ authors:
7
+ - Fernando Aleman
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-04-06 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: spree_core
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: 1.3.2
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: 1.3.2
27
+ description: Spree extension for adding wysiwyg editor in product textarea.
28
+ email: fernandoaleman@mac.com
29
+ executables: []
30
+ extensions: []
31
+ extra_rdoc_files: []
32
+ files: []
33
+ homepage: https://github.com/fernandoaleman/spree_wysiwyg
34
+ licenses: []
35
+ metadata: {}
36
+ post_install_message:
37
+ rdoc_options: []
38
+ require_paths:
39
+ - lib
40
+ required_ruby_version: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ! '>='
43
+ - !ruby/object:Gem::Version
44
+ version: 1.8.7
45
+ required_rubygems_version: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ! '>='
48
+ - !ruby/object:Gem::Version
49
+ version: '0'
50
+ requirements:
51
+ - none
52
+ rubyforge_project:
53
+ rubygems_version: 2.0.3
54
+ signing_key:
55
+ specification_version: 4
56
+ summary: Spree extension for adding wysiwyg editor in product textarea.
57
+ test_files: []