Sha256: 5b05f9013a5ee6cfbc89f53b39dcc1a8cdbd76f74420a52728f5cd083ad17d49
Contents?: true
Size: 871 Bytes
Versions: 1
Compression:
Stored size: 871 Bytes
Contents
$:.push File.expand_path("lib", __dir__) # Maintain your gem's version: require "workarea/image_decoration/version" # Describe your gem and declare its dependencies: Gem::Specification.new do |spec| spec.name = "workarea-image_decoration" spec.version = Workarea::ImageDecoration::VERSION spec.authors = ["Sathyatejadvs"] spec.email = ["sushmitha.h@trikatechnologies.com"] spec.homepage = "https://rubygems.org" spec.summary = "User can select the wallpaper with different patterns and able customize the size of wallpapers." spec.description = "Adding a feature for user to select the product with different sizes(includes custom size) and able to flip, applying black&white and personalize the wallpapers.." spec.license = "MIT" spec.files = `git ls-files`.split("\n") spec.add_dependency 'workarea', '~> 3.x' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
workarea-image_decoration-1.0.0.pre | workarea-image_decoration.gemspec |